We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4d5565 + abad70d commit ab1472eCopy full SHA for ab1472e
1 file changed
tests/roles/development_environment/tasks/main.yaml
@@ -61,7 +61,7 @@
61
62
- name: creates Barbican secret
63
no_log: "{{ use_no_log }}"
64
- when: prelaunch_test_instance|bool and prelaunch_barbican_secret|default(false)
+ when: prelaunch_barbican_secret|default(false)
65
ansible.builtin.shell:
66
cmd: |
67
{{ shell_header }}
0 commit comments