From 18ec0ff1328d109fce5075c2806724d687107ea9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Jan 2014 21:51:53 +0000 Subject: [PATCH] equality --- tasks/growroot_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/growroot_cloud.yml b/tasks/growroot_cloud.yml index 1a4e9e5637..86c89cf198 100644 --- a/tasks/growroot_cloud.yml +++ b/tasks/growroot_cloud.yml @@ -14,7 +14,7 @@ register: growpart always_run: true changed_when: "growpart.rc != 1" - failed_when: "growpart.rc = 2" + failed_when: growpart.rc == 2 - name: reboot the box command: /sbin/reboot