Skip to content

Commit 9a51c3a

Browse files
jsf9kmcdonnnj
andcommitted
Separate tasks with a blank line
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
1 parent 626d43f commit 9a51c3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

molecule/default/unmount.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
follow: true
1212
path: /etc/resolv.conf
1313
register: resolv_conf
14+
1415
- name: Copy /etc/resolv.conf to /tmp, preserving owner, group, and mode
1516
ansible.builtin.copy:
1617
dest: /tmp/resolv.conf
@@ -19,10 +20,12 @@
1920
owner: "{{ resolv_conf.stat.uid }}"
2021
remote_src: true
2122
src: /etc/resolv.conf
23+
2224
- name: Unmount /etc/resolv.conf
2325
ansible.posix.mount:
2426
path: /etc/resolv.conf
2527
state: unmounted
28+
2629
- name: Copy /tmp/resolv.conf to /etc, preserving owner, group, and mode
2730
ansible.builtin.copy:
2831
dest: /etc/resolv.conf

0 commit comments

Comments
 (0)