We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb66df commit 8a5dde7Copy full SHA for 8a5dde7
etc/kayobe/ansible/secret-store/vault-bao-migration-change-config.yml
@@ -53,14 +53,10 @@
53
- seed-vault-keys.json
54
- overcloud-vault-keys.json
55
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
-
62
- name: Set stackhpc_ca_secret_store to openbao
63
ansible.builtin.lineinfile:
64
path: "{{ kayobe_env_config_path }}/stackhpc.yml"
65
regexp: "stackhpc_ca_secret_store.+"
66
line: "stackhpc_ca_secret_store: openbao"
+ create: true
+ mode: '0664'
0 commit comments