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:
parent
0b56e3dc7e
commit
1167ed5305
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user