style: make ansible-lint happier
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
---
|
||||
|
||||
- name: delete squid plugins
|
||||
shell: "rm -f /etc/munin/plugins/squid_*"
|
||||
- name: Delete squid plugins
|
||||
ansible.builtin.command:
|
||||
cmd: "rm -f /etc/munin/plugins/squid_*"
|
||||
changed_when: true
|
||||
notify:
|
||||
- restart munin-node
|
||||
- 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*"
|
||||
- name: Delete lxc interfaces plugins
|
||||
ansible.builtin.command:
|
||||
cmd: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
|
||||
changed_when: true
|
||||
notify:
|
||||
- restart munin-node
|
||||
- Restart munin-node
|
||||
|
Reference in New Issue
Block a user