Revert dynamic includes for inventory-based conditionals

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

Change-Id: Id3eeeba59d34c61696d5f49559ec8087cb410ff7
This commit is contained in:
Jesse Pretorius 2016-09-26 19:46:48 +01:00
parent 2d240b7ac6
commit 452f08fa8e
1 changed files with 1 additions and 2 deletions

View File

@ -39,6 +39,7 @@
- include: repo_pre_install.yml
- include: repo_install.yml
- include: repo_post_install.yml
- include: repo_cacher.yml
static: no
when: repo_pkg_cache_enabled | bool
@ -46,11 +47,9 @@
- include: repo_key_populate.yml
- include: repo_key_distribute.yml
static: no
when: groups.repo_all|length > 1
- include: repo_sync_manager.yml
static: no
when: inventory_hostname == groups['repo_all'][0]
- name: Flush handlers