From c9e9a21cf37a5ec21f4f3629c734b4d8443104b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 30 Nov 2015 08:00:08 +0100 Subject: [PATCH] temporary disable failure check of growpart of 2nd partition because on Fedora23 it returns rc 2 when it does not exist --- tasks/growroot_cloud.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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