From 020676b546b938af67da40ce0b98ccd5e0dcd0aa Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 26 Sep 2016 19:58:12 +0100 Subject: [PATCH] Revert dynamic includes for inventory-based conditionals Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: Id6441f185c480f0e6604774bd15b28269904cf7c --- tasks/horizon_ssl_self_signed.yml | 3 --- tasks/main.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/tasks/horizon_ssl_self_signed.yml b/tasks/horizon_ssl_self_signed.yml index e41bf2b7..0f7aecb9 100644 --- a/tasks/horizon_ssl_self_signed.yml +++ b/tasks/horizon_ssl_self_signed.yml @@ -14,13 +14,10 @@ # limitations under the License. - include: horizon_ssl_key_create.yml - static: no when: inventory_hostname == groups['horizon_all'][0] - include: horizon_ssl_key_store.yml - static: no when: inventory_hostname == groups['horizon_all'][0] - include: horizon_ssl_key_distribute.yml - static: no when: inventory_hostname != groups['horizon_all'][0] diff --git a/tasks/main.yml b/tasks/main.yml index 47c0f129..31cc421c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,7 +38,6 @@ - horizon-config - include: horizon_db_setup.yml - static: no when: inventory_hostname == groups['horizon_all'][0] tags: - horizon-install