This commit is contained in:
2022-06-15 02:42:29 +02:00
parent e580f3623a
commit 151a3b467b
3 changed files with 34 additions and 2 deletions

View File

@ -18,3 +18,10 @@
when:
- interfaces_ipv6_exists.stat.exists
- main_ipv6_exists.stat.exists
- name: Restart munin-node
service:
name: munin-node
state: restarted
when:
- munin_node_exists.stat.exists