Skip to content

Commit 8a5dde7

Browse files
committed
Remove unnecessary task
1 parent 5cb66df commit 8a5dde7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

etc/kayobe/ansible/secret-store/vault-bao-migration-change-config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,10 @@
5353
- seed-vault-keys.json
5454
- overcloud-vault-keys.json
5555

56-
- name: Ensure stackhpc.yml exists under environment directory
57-
ansible.builtin.file:
58-
path: "{{ kayobe_env_config_path }}/stackhpc.yml"
59-
state: touch
60-
mode: '0664'
61-
6256
- name: Set stackhpc_ca_secret_store to openbao
6357
ansible.builtin.lineinfile:
6458
path: "{{ kayobe_env_config_path }}/stackhpc.yml"
6559
regexp: "stackhpc_ca_secret_store.+"
6660
line: "stackhpc_ca_secret_store: openbao"
61+
create: true
62+
mode: '0664'

0 commit comments

Comments
 (0)