s/shush/unshush/ :)

This commit is contained in:
Seth Vidal 2013-03-12 14:59:31 +00:00
parent 301b1c5958
commit c4dc69f0ea

View file

@ -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"