Adjust version_added, re-place tests. (#34)

This commit is contained in:
Felix Fontein
2020-11-15 17:21:50 +01:00
committed by GitHub
parent ea8c107625
commit bc0e0c3049
3 changed files with 2 additions and 6 deletions
@@ -136,11 +136,6 @@
- repository_1 is changed
- repository_2 is not changed
# Uncomment in community.docker
# - assert:
# that:
# - 'FROM busybox' in repository_1.stdout
- name: Get facts of image
docker_image_info:
name: "{{ test_image_base }}:latest"
@@ -130,6 +130,7 @@
- assert:
that:
- dockerfile_1 is changed
- "'FROM alpine:3.7' in dockerfile_1.stdout"
- dockerfile_1['image']['Config']['WorkingDir'] == '/newdata'
####################################################################