feat: make ansible-lint happier
This commit is contained in:
11
roles/munin_client/tasks/hypervisors.yml
Normal file
11
roles/munin_client/tasks/hypervisors.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: delete squid plugins
|
||||
shell: "rm -f /etc/munin/plugins/squid_*"
|
||||
notify:
|
||||
- restart munin-node
|
||||
|
||||
- name: delete lxc interfaces plugins
|
||||
shell: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
|
||||
notify:
|
||||
- restart munin-node
|
Reference in New Issue
Block a user