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