Skip to content

Commit afed4a1

Browse files
committed
revert changes NO_JIRA
1 parent b28bd74 commit afed4a1

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

handlers/main.yml

-6
This file was deleted.

tasks/Linux.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
- name: Set up networking
1616
ansible.builtin.include_tasks: Linux/networking.yaml
17-
notify: "clear machine id"
1817

1918
- name: Set up Vagrant user
2019
ansible.builtin.include_tasks: Linux/vagrant.yaml

tasks/Linux/networking.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@
2323
ansible.builtin.service:
2424
name: network
2525
state: restarted
26-
become: true
26+
become: true
27+
28+
- name: Clear Machine ID
29+
ansible.builtin.shell: |
30+
: >| /etc/machine-id
31+
become: true

0 commit comments

Comments
 (0)