From 8c2e2d7e20749e81dcd3e6aa73e0a47f3147d01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Tue, 31 Oct 2017 13:41:34 +0000 Subject: [PATCH] Ensure the odcs-backend is started after an upgrade --- playbooks/manual/upgrade/odcs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/manual/upgrade/odcs.yml b/playbooks/manual/upgrade/odcs.yml index d25efbbac5..8fd05b9fc1 100644 --- a/playbooks/manual/upgrade/odcs.yml +++ b/playbooks/manual/upgrade/odcs.yml @@ -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