fix: revert cmd to shell

This commit is contained in:
VC
2024-07-05 11:53:34 +02:00
parent cc4e6ee275
commit ba0f81b78d

View File

@@ -1,14 +1,14 @@
---
- name: Delete squid plugins
ansible.builtin.command:
ansible.builtin.shell:
cmd: "rm -f /etc/munin/plugins/squid_*"
changed_when: true
notify:
- Restart munin-node
- name: Delete lxc interfaces plugins
ansible.builtin.command:
ansible.builtin.shell:
cmd: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
changed_when: true
notify: