Ensure the odcs-backend is started after an upgrade
This commit is contained in:
parent
9b716b5b4b
commit
8c2e2d7e20
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
|||
- odcs/backend
|
||||
|
||||
post_tasks:
|
||||
- name: Start the odcs backend
|
||||
service: name="odcs-backend" state=started
|
||||
- name: tell nagios to unshush w.r.t. the backend
|
||||
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
|
||||
delegate_to: noc01.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue