Add conditional to browbeat minimal test

Ensure this test triggers only when the
condition is explicitly set - under all CI
environments - with the standlaone playbook.

Change-Id: I8efcf4508d17d0dbf88433fd4772b4afe87b3fca
This commit is contained in:
Ronelle Landy 2018-07-18 09:10:05 -04:00
parent c113c68c4e
commit d560ce6643
1 changed files with 4 additions and 0 deletions

View File

@ -2,12 +2,16 @@
# Browbeat integration test
- include: configure-browbeat.yml
when: enable_minimal_browbeat|default(false)|bool
- include: install-browbeat.yml
when: enable_minimal_browbeat|default(false)|bool
- include: disable-ssh-dns.yml
when: enable_minimal_browbeat|default(false)|bool
- name: Run Browbeat
hosts: undercloud
roles:
- browbeat/browbeat-run
when: enable_minimal_browbeat|default(false)|bool