fix: replace command by shell

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

View File

@@ -6,7 +6,7 @@
state: restarted
- name: Udev
ansible.builtin.command:
ansible.builtin.shell:
cmd: "udevadm control --reload-rules && udevadm trigger"
changed_when: false