From f71a7a83cd1f61e15a820f38c707f51489a18da3 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 26 Sep 2016 19:55:13 +0100 Subject: [PATCH] Revert dynamic includes for inventory-based conditionals Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: Ife151acc79e4145b5fb78beb0dcf009c79d66196 --- tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index eab0b94..6e542a8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -62,19 +62,16 @@ - heat-install - include: heat_domain_setup.yml - static: no when: inventory_hostname == groups['heat_all'][0] tags: - heat-install - include: heat_db_setup.yml - static: no when: inventory_hostname == groups['heat_all'][0] tags: - heat-install - include: heat_service_setup.yml - static: no when: inventory_hostname == groups['heat_all'][0] tags: - heat-install