From a0faab2306df54b9ab91955d9d613bdcc1e1dc92 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Thu, 25 Feb 2016 22:57:39 +0100 Subject: [PATCH] Force interpreting to boolean in manage_config If not, it is picking a False value as string, and is applying to all instances. Change-Id: I0a102bcdfe59a9a9426ff46d2c164e15de6288fd --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index fbfdd3e..c4bdd8a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -51,7 +51,7 @@ - manifest_base is defined - name: setup config files - when: manage_config + when: manage_config|bool include: config.yml - name: run puppet