[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:
Felix Fontein
2020-11-26 13:21:12 +01:00
committed by GitHub
parent ab94b0ace0
commit e03431d9f6
55 changed files with 823 additions and 801 deletions

View File

@@ -29,7 +29,7 @@
- name: Make sure container exists
docker_container:
name: "{{ cname }}"
image: alpine:3.8
image: "{{ docker_test_image_alpine }}"
command: '/bin/sh -c "sleep 10m"'
state: started
force_kill: yes