diff --git a/playbooks/host-reboot.yml b/playbooks/host-reboot.yml index f1914f31fe..95a07af2f1 100644 --- a/playbooks/host-reboot.yml +++ b/playbooks/host-reboot.yml @@ -9,7 +9,9 @@ action: command /usr/local/bin/needs-reboot.py register: needsreboot - # ADDME tell nagios to be quiet + # name: tell nagios to shush + action: nagios action=downtime host=${inventory_hostname} minutes=30 service=all + delegate_to: noc01.phx2.fedoraproject.org - name: reboot the host action: command /sbin/reboot