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"