We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28bd74 commit afed4a1Copy full SHA for afed4a1
handlers/main.yml
tasks/Linux.yaml
@@ -14,7 +14,6 @@
14
15
- name: Set up networking
16
ansible.builtin.include_tasks: Linux/networking.yaml
17
- notify: "clear machine id"
18
19
- name: Set up Vagrant user
20
ansible.builtin.include_tasks: Linux/vagrant.yaml
tasks/Linux/networking.yaml
@@ -23,4 +23,9 @@
23
ansible.builtin.service:
24
name: network
25
state: restarted
26
- become: true
+ become: true
27
+
28
+- name: Clear Machine ID
29
+ ansible.builtin.shell: |
30
+ : >| /etc/machine-id
31
0 commit comments