From 8365419d396bcc24aa6d19c0c49b7b006c6978c6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 20 Sep 2016 04:08:27 +0000 Subject: [PATCH] never fail the nagios task in vhost_update --- playbooks/vhost_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/vhost_update.yml b/playbooks/vhost_update.yml index 1952ba9120..0c27669057 100644 --- a/playbooks/vhost_update.yml +++ b/playbooks/vhost_update.yml @@ -31,6 +31,7 @@ nagios: action=downtime minutes=30 service=host host={{ inventory_hostname_short }}{{ env_suffix }} delegate_to: noc01.phx2.fedoraproject.org ignore_errors: true + failed_when: no when: nonagios is not defined or not "true" in nonagios - name: expire-caches