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:
@@ -47,4 +47,4 @@
|
||||
- name: run a Docker container on the target Docker Machine host to verify that Docker daemon connection settings from the docker-machine inventory plugin work as expected
|
||||
docker_container:
|
||||
name: test
|
||||
image: hello-world:latest
|
||||
image: "{{ docker_test_image_hello_world }}"
|
||||
Reference in New Issue
Block a user