make sure docker is running before we pull images

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-08-07 22:41:50 +00:00
parent c0d67799b5
commit dddbcd3aa0

View file

@ -703,6 +703,12 @@
- systemctl daemon-reload
- restart docker
- name: ensure docker is running
service:
name: docker
state: started
enabled: yes
- name: set nrpe read access for osbs.conf for nagios monitoring
acl: name={{ osbs_client_conf_path }} entity=nrpe etype=user permissions=r state=present