Improve and fix tests (#36)

* Parameterize test images.

* Use different images, similar to ansible/ansible#72698.
This commit is contained in:
Felix Fontein
2020-11-23 21:48:46 +01:00
committed by GitHub
parent 1fa2c3b77d
commit 219c6b3a85
55 changed files with 804 additions and 778 deletions
@@ -28,7 +28,7 @@
# * network list is always non-empty (default networks).
- name: Create container
docker_container:
image: alpine:3.8
image: "{{ docker_test_image_alpine }}"
command: '/bin/sh -c "sleep 10m"'
name: "{{ cname }}"
state: started