ff
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-08-12 14:24:16 +02:00
parent 37cf465d7e
commit 74c02122bc
2 changed files with 10 additions and 0 deletions

View file

@ -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
...

View file

@ -46,6 +46,7 @@
mode: '0644'
owner: munin
group: munin
notify: "restart munin"
- name: Enable or disable the munin cron job.
lineinfile: