symlink
This commit is contained in:
parent
6a3507e0f3
commit
a58d6f6ee1
1 changed files with 8 additions and 0 deletions
|
@ -7,3 +7,11 @@
|
|||
- role: ansible-role-munin
|
||||
tags: "munin"
|
||||
become: true
|
||||
post_tasks:
|
||||
- name: ensure vhost symlink exists
|
||||
ansible.builtin.file:
|
||||
src: /var/cache/munin/www
|
||||
dest: munin.mgrote.net
|
||||
owner: root
|
||||
group: root
|
||||
state: link
|
||||
|
|
Loading…
Reference in a new issue