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