You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone runs "rally delete-verifier" and then runs this role to re-create the verifier, then the below ansible task will not execute because of the conditional - and they did not delete the tempest_config.
If someone runs "rally delete-verifier" and then runs this role to re-create the verifier, then the below ansible task will not execute because of the conditional - and they did not delete the tempest_config.
https://github.com/CSCfi/ansible-role-rally-scenarios/blob/master/tasks/tempest_verifiers.yml#L82
Probably what we want to do here is to add an OR statement to the above task, maybe something like:
But it takes some testing, the task that creates the verifiers variables is set to "changed_when: False"
The text was updated successfully, but these errors were encountered: