mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Improve and fix tests (#36)
* Parameterize test images. * Use different images, similar to ansible/ansible#72698.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- name: Create containers
|
||||
docker_container:
|
||||
name: "{{ container_name }}"
|
||||
image: alpine:3.8
|
||||
image: "{{ docker_test_image_alpine }}"
|
||||
command: /bin/sleep 10m
|
||||
state: started
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user