mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 06:34:23 -07: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:
parent
ab94b0ace0
commit
e03431d9f6
55 changed files with 823 additions and 801 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue