Updated the ansible script for docker

This commit is contained in:
Trial97
2020-08-11 16:30:42 +03:00
committed by Dan Christian Bogos
parent b7606e45a6
commit c4a9f8e6ce

View File

@@ -228,6 +228,11 @@
- cgr-migrator
- cgr-tester
- name: remove local docker images
become: yes
shell:
docker image prune -af
- name: docker_tag is
debug:
msg: "{{ docker_tag }}"