From 4c8fa880e86d71ee26f9ef811bfa8ff782381379 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 4 Mar 2013 22:11:51 +0000 Subject: [PATCH] ignore errors out of reboot since, well, since it is kinda obvious --- tasks/growroot_cloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/growroot_cloud.yml b/tasks/growroot_cloud.yml index 3a739c1790..4023f4c8bd 100644 --- a/tasks/growroot_cloud.yml +++ b/tasks/growroot_cloud.yml @@ -12,6 +12,7 @@ - name: reboot the box action: command /sbin/reboot when_integer: ${growpart.rc} == 0 + ignore_errors: true - name: wait for it to come back (should be quick) local_action: wait_for host=${inventory_hostname} port=22 delay=10 timeout=120