The docker service needs to be started

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-04-10 09:30:09 +02:00
parent 9b8b671cac
commit 750862e4e3

View file

@ -91,6 +91,12 @@
tags:
- containerrebuild
- name: enable and start docker service
service:
name: docker
state: started
enabled: yes
- name: install ansible for container automated rebuilds
package:
name: "{{item}}"