Revert dynamic includes for inventory-based conditionals

Forcing dynamic includes for inventory-based conditionals
results in incomplete execution.

Change-Id: Id6441f185c480f0e6604774bd15b28269904cf7c
This commit is contained in:
Jesse Pretorius 2016-09-26 19:58:12 +01:00
parent 1f682b09ef
commit 020676b546
2 changed files with 0 additions and 4 deletions

View File

@ -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]

View File

@ -38,7 +38,6 @@
- horizon-config
- include: horizon_db_setup.yml
static: no
when: inventory_hostname == groups['horizon_all'][0]
tags:
- horizon-install