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