diff --git a/tasks/growroot_cloud.yml b/tasks/growroot_cloud.yml index cf61761428..156de16b7e 100644 --- a/tasks/growroot_cloud.yml +++ b/tasks/growroot_cloud.yml @@ -15,7 +15,8 @@ always_run: true changed_when: "growpart.rc != 1" #failed_when: growpart.rc == 2 - + ignore_errors: true + - name: reboot the box command: /sbin/reboot when: growpart.rc == 0