ff
This commit is contained in:
parent
37cf465d7e
commit
74c02122bc
2 changed files with 10 additions and 0 deletions
|
@ -6,4 +6,13 @@
|
|||
enabled: true
|
||||
masked: false
|
||||
state: restarted
|
||||
|
||||
- name: "restart munin"
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: munin
|
||||
enabled: true
|
||||
masked: false
|
||||
state: restarted
|
||||
|
||||
...
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
mode: '0644'
|
||||
owner: munin
|
||||
group: munin
|
||||
notify: "restart munin"
|
||||
|
||||
- name: Enable or disable the munin cron job.
|
||||
lineinfile:
|
||||
|
|
Loading…
Reference in a new issue