mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix the removal of busybox image
This commit is contained in:
parent
c2fb0b8f9d
commit
2a967879fb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
command: "docker push localhost:5000/mine"
|
command: "docker push localhost:5000/mine"
|
||||||
|
|
||||||
- name: Remove the busybox image from the local docker
|
- name: Remove the busybox image from the local docker
|
||||||
command: "docker rmi -f busybox"
|
command: "docker rmi -f {{ image_id.stdout_lines[0] }}"
|
||||||
|
|
||||||
- name: Remove the new image from the local docker
|
- name: Remove the new image from the local docker
|
||||||
command: "docker rmi -f localhost:5000/mine"
|
command: "docker rmi -f localhost:5000/mine"
|
||||||
|
|
Loading…
Reference in a new issue