Update main.yml

This commit is contained in:
MrDoobPG
2019-09-13 21:19:17 +02:00
committed by GitHub
parent 2852a2a5b4
commit 2dcd187028

View File

@@ -223,8 +223,9 @@
status_docker.rc != 0 and ("could not be found" not in status_docker.stderr)
changed_when: false
- name: Stop service Docker, if started
service:
name: docker
state: restarted
- name: "Docker is installed and working"
- debug:
msg:
- " docker is running and works !"
- " install docker is done"
when: "status_docker.rc == 0"