[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
commit e03431d9f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 823 additions and 801 deletions

View file

@ -14,7 +14,7 @@
# Create objects to be pruned
- docker_container:
name: "{{ cname }}"
image: hello-world
image: "{{ docker_test_image_hello_world }}"
state: present
register: container
- docker_network: