mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
Improve and fix tests (#36)
* Parameterize test images. * Use different images, similar to ansible/ansible#72698.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
docker_container:
|
||||
state: stopped
|
||||
name: '{{ docker_registry_container_name_frontend }}'
|
||||
image: nginx:alpine
|
||||
image: "{{ docker_test_image_registry_nginx }}"
|
||||
ports: 5000
|
||||
links:
|
||||
- '{{ docker_registry_container_name_registry }}:real-registry'
|
||||
|
||||
Reference in New Issue
Block a user