Skip to content

Commit ab1472e

Browse files
Merge pull request #1312 from karelyatin/barbican_secret_check
[development_environment] Remove prelaunch_test_instance for secret create
2 parents f4d5565 + abad70d commit ab1472e

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)