Revert dynamic includes for inventory-based conditionals

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

Change-Id: I185ff25bea1b9c23d780203da1b571f6ad1dd854
This commit is contained in:
Jesse Pretorius 2016-09-26 19:45:07 +01:00
parent d74a847fc6
commit 13c904bc75
1 changed files with 0 additions and 2 deletions

View File

@ -62,13 +62,11 @@
- watcher-install
- include: watcher_db_setup.yml
static: no
when: inventory_hostname == groups['watcher_api'][0]
tags:
- watcher-install
- include: watcher_service_setup.yml
static: no
when: inventory_hostname == groups['watcher_api'][0]
tags:
- watcher-install