add systemctl daemon-reload handler for osbs docker unit
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
94abf19917
commit
1686f64886
1 changed files with 4 additions and 0 deletions
|
@ -426,6 +426,9 @@
|
|||
name: docker
|
||||
state: restarted
|
||||
|
||||
- name: systemctl daemon-reload
|
||||
shell: 'systemctl daemon-reload'
|
||||
|
||||
roles:
|
||||
- {
|
||||
role: osbs-client,
|
||||
|
@ -502,6 +505,7 @@
|
|||
src: "{{files}}/osbs/docker.service"
|
||||
dest: /etc/systemd/system/docker.service
|
||||
notify:
|
||||
- systemctl daemon-reload
|
||||
- restart docker
|
||||
|
||||
- name: set nrpe read access for osbs.conf for nagios monitoring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue