From 063f293ba88437f26f3740f60dbd66bc449548c4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 1 Jan 2014 20:41:26 +0000 Subject: [PATCH] Always run growpart on check because we use the result. --- tasks/growroot_cloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/growroot_cloud.yml b/tasks/growroot_cloud.yml index 32bd1e5536..43b56cb96f 100644 --- a/tasks/growroot_cloud.yml +++ b/tasks/growroot_cloud.yml @@ -14,6 +14,7 @@ action: command growpart /dev/vda 2 ignore_errors: true register: growpart + always_run: true - name: reboot the box action: command /sbin/reboot