From 13c904bc759b986cf65e80bce208b0b816c4c21a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 26 Sep 2016 19:45:07 +0100 Subject: [PATCH] Revert dynamic includes for inventory-based conditionals Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: I185ff25bea1b9c23d780203da1b571f6ad1dd854 --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7464342..ca1c8cf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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