Merge "Run tempest install when tempest_run is False"

This commit is contained in:
Zuul
2020-08-18 12:26:49 +00:00
committed by Gerrit Code Review

View File

@@ -31,8 +31,7 @@
- name: End playbook
meta: end_play
when:
- (not (tempest_install | default(false)) | bool) or
(not (tempest_run | default(false)) | bool)
- (not (tempest_install | default(false)) | bool)
roles:
- role: "os_tempest"