From 25e6d883c709a3af7f5e19140214ddae8316203a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 26 Sep 2016 19:35:37 +0100 Subject: [PATCH] Revert dynamic includes for inventory-based conditionals Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: I983d277882bf1237aa319f2635c5db4865073085 --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 782e08c9..2f2546a1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -55,13 +55,11 @@ - glance-install - include: glance_db_setup.yml - static: no when: inventory_hostname == groups['glance_all'][0] tags: - glance-install - include: glance_service_setup.yml - static: no when: inventory_hostname == groups['glance_all'][0] tags: - glance-install