mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
make sure docker is running before we pull images
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user