From c4dc69f0ead8d746fc6c47df10d86c385d9fcb53 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 12 Mar 2013 14:59:31 +0000 Subject: [PATCH] s/shush/unshush/ :) --- playbooks/host-reboot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/host-reboot.yml b/playbooks/host-reboot.yml index e73937dbb9..d345783319 100644 --- a/playbooks/host-reboot.yml +++ b/playbooks/host-reboot.yml @@ -23,7 +23,7 @@ local_action: wait_for host=${inventory_hostname} port=22 delay=30 timeout=420 only_if: "'${needsreboot.stdout}'.find('yes') != -1" - - name: tell nagios to shush + - name: tell nagios to unshush action: nagios action=unsilence host=${inventory_hostname_short} delegate_to: noc01.phx2.fedoraproject.org only_if: "'${needsreboot.stdout}'.find('yes') != -1"