From 0d1dbc4c1b0e1bf26af77075552f4afbdea80ac8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 24 Jul 2014 19:13:48 +0000 Subject: [PATCH] Same trick for the guests. --- playbooks/vhost_reboot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index 202ae7ee61..7012421a44 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -52,7 +52,7 @@ when: inventory_hostname.find('.stg.') != -1 - name: halt the vm instances - to poweroff - command: /sbin/shutdown -h now + command: /sbin/shutdown -h 1 ignore_errors: true # if one of them is down we don't care