We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03b576 commit e9c37e3Copy full SHA for e9c37e3
tasks/Linux/networking.yaml
@@ -26,5 +26,6 @@
26
become: true
27
28
- name: Clear Machine ID
29
- ansible.builtin.command: ": >| /etc/machine-id"
+ ansible.builtin.shell: |
30
+ : >| /etc/machine-id
31
0 commit comments