mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
s/shush/unshush/ :)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user