make sure docker is running before we pull images
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
c0d67799b5
commit
dddbcd3aa0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue