diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-09-20 04:08:27 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-09-20 04:08:33 +0000 |
commit | 8365419d396bcc24aa6d19c0c49b7b006c6978c6 (patch) | |
tree | c36b8bfd4f78f19b0247c89cf2287aaa556941ab | |
parent | ddcc7d4672b2982b5fd001cb2041fbf91afd88c2 (diff) | |
download | ansible-8365419d396bcc24aa6d19c0c49b7b006c6978c6.tar.gz ansible-8365419d396bcc24aa6d19c0c49b7b006c6978c6.tar.xz ansible-8365419d396bcc24aa6d19c0c49b7b006c6978c6.zip |
never fail the nagios task in vhost_update
-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 |