mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Ensure the odcs-backend is started after an upgrade
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user