mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Replace busybox image with another one to hopefully avoid removal problems. (#133)
This commit is contained in:
parent
799dcb9fd6
commit
887472e60d
@ -2,7 +2,7 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
image_names:
|
image_names:
|
||||||
- "{{ docker_test_image_hello_world }}"
|
- "{{ docker_test_image_hello_world }}"
|
||||||
- "{{ docker_test_image_busybox }}"
|
- "{{ docker_test_image_alpine_different }}"
|
||||||
- "{{ docker_test_image_alpine }}"
|
- "{{ docker_test_image_alpine }}"
|
||||||
|
|
||||||
- name: Make sure images are there
|
- name: Make sure images are there
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user