mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[stable-1] Fix docker tests (#1398)
* Adjust version_added, re-place tests. (#34) * Template docker test containers. * Forgot to adjust test.
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