Skip to content

Commit 649ff62

Browse files
committed
Move the retagging where it belongs
1 parent ae02b10 commit 649ff62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vm/ansible/prerequisites/tasks/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
docker pull {{ item }}
9696
loop: "{{ docker_images_to_pull }}"
9797

98+
- name: Retag some images
99+
become: true
100+
shell: |
101+
docker tag ubuntu:focal-20200423 ubuntu:focal
102+
98103
- name: Disable docker starting on boot
99104
shell: |
100105
sudo systemctl disable docker
@@ -194,8 +199,3 @@
194199
become: false
195200
shell: |
196201
gsettings set org.gnome.desktop.session idle-delay 0
197-
198-
199-
- name: Retag ubuntu:focal-20200423 as ubuntu:focal
200-
shell: |
201-
docker tag ubuntu:focal-20200423 ubuntu:focal

0 commit comments

Comments
 (0)