fix: add noqa for ansible-lint

This commit is contained in:
VC
2024-07-05 11:53:34 +02:00
parent 2a0f2e8409
commit 0c87376f01

View File

@@ -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