fix: revert cmd to shell
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user