fix: add noqa for ansible-lint
This commit is contained in:
@@ -93,8 +93,8 @@
|
|||||||
when: "'hypervisors' in group_names"
|
when: "'hypervisors' in group_names"
|
||||||
|
|
||||||
- name: Reconfigure munin-node
|
- name: Reconfigure munin-node
|
||||||
ansible.builtin.command:
|
ansible.builtin.shell:
|
||||||
cmd: munin-node-configure --shell | sh
|
cmd: munin-node-configure --shell | sh # noqa: risky-shell-pipe
|
||||||
changed_when: true
|
changed_when: true
|
||||||
notify:
|
notify:
|
||||||
- Restart munin-node
|
- Restart munin-node
|
||||||
|
Reference in New Issue
Block a user