Ensure the odcs-backend is started after an upgrade

This commit is contained in:
Jan Kaluža 2017-10-31 13:41:34 +00:00
parent 9b716b5b4b
commit 8c2e2d7e20

View file

@ -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