diff options
-rw-r--r-- | playbooks/vhost_update.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/vhost_update.yml b/playbooks/vhost_update.yml index 1952ba912..0c2766905 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 |