summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-09-20 04:08:27 +0000
committerKevin Fenzi <kevin@scrye.com>2016-09-20 04:08:33 +0000
commit8365419d396bcc24aa6d19c0c49b7b006c6978c6 (patch)
treec36b8bfd4f78f19b0247c89cf2287aaa556941ab
parentddcc7d4672b2982b5fd001cb2041fbf91afd88c2 (diff)
downloadansible-8365419d396bcc24aa6d19c0c49b7b006c6978c6.tar.gz
ansible-8365419d396bcc24aa6d19c0c49b7b006c6978c6.tar.xz
ansible-8365419d396bcc24aa6d19c0c49b7b006c6978c6.zip
never fail the nagios task in vhost_update
-rw-r--r--playbooks/vhost_update.yml1
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