Skip to content

Commit abad70d

Browse files
committed
[development_environment] Remove prelaunch_test_instance for secret create
The secret is currently created only when prelaunch_test_instance=true, but barbican validate secret task didn't have that condition but only rely only on prelaunch_barbican_secret, conditions with this patch are now synched as prelaunch_test_instance is unnecessary for barbican secrets. Signed-off-by: Yatin Karel <ykarel@redhat.com>
1 parent f8a10f2 commit abad70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/roles/development_environment/tasks

tests/roles/development_environment/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
- name: creates Barbican secret
6363
no_log: "{{ use_no_log }}"
64-
when: prelaunch_test_instance|bool and prelaunch_barbican_secret|default(false)
64+
when: prelaunch_barbican_secret|default(false)
6565
ansible.builtin.shell:
6666
cmd: |
6767
{{ shell_header }}

0 commit comments

Comments
 (0)