style: linting
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
---
|
||||
|
||||
- name: delete squid plugins
|
||||
shell:
|
||||
cmd: "rm -f /etc/munin/plugins/squid_*"
|
||||
warn: False
|
||||
cmd: "rm -f /etc/munin/plugins/squid_*"
|
||||
warn: false
|
||||
notify:
|
||||
- restart munin-node
|
||||
- restart munin-node
|
||||
|
||||
- name: delete lxc interfaces plugins
|
||||
shell:
|
||||
cmd: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
|
||||
warn: False
|
||||
cmd: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
|
||||
warn: false
|
||||
notify:
|
||||
- restart munin-node
|
||||
- restart munin-node
|
||||
|
Reference in New Issue
Block a user