Revert dynamic includes for inventory-based conditionals

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

Change-Id: Iee7b02530cb7086cc87d2703f0dee89a1de2f8e8
This commit is contained in:
Jesse Pretorius 2016-09-26 20:01:45 +01:00
parent 0b56e3dc7e
commit 1167ed5305
2 changed files with 0 additions and 5 deletions

View File

@ -57,13 +57,11 @@
- barbican-config
- include: database-setup.yml
static: no
when: inventory_hostname == groups['barbican_all'][0]
tags:
- barbican-install
- include: service-setup.yml
static: no
when: inventory_hostname == groups['barbican_all'][0]
tags:
- barbican-install

View File

@ -14,13 +14,10 @@
# limitations under the License.
- include: create-ssl-key.yml
static: no
when: inventory_hostname == groups['barbican_all'][0]
- include: store-ssl-key.yml
static: no
when: inventory_hostname == groups['barbican_all'][0]
- include: distribute-ssl-key.yml
static: no
when: inventory_hostname != groups['barbican_all'][0]