From 9b97078b2a8df663dc5792298fc4c20ee67a538a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 2 Oct 2013 19:40:24 +0000 Subject: [PATCH] Fix nagios in vhost_reboot --- playbooks/vhost_reboot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index 07890d4252..7c26d569f7 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -39,8 +39,8 @@ serial: 1 tasks: - - name: tell nagios to shush - action: nagios action=downtime minutes=60 service=host host=$inventory_hostname + - name: schedule host downtime + action: nagios action=downtime minutes=15 service=host host={{ inventory_hostname_short }} delegate_to: noc01.phx2.fedoraproject.org ignore_errors: true