Skip to content

Commit dea5a87

Browse files
authored
Merge branch 'stackhpc/2024.1' into epoxy-dep-sync
2 parents 8003873 + 1ad88de commit dea5a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/ansible/openbao-deploy-overcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
file: "{{ kayobe_env_config_path }}/openbao/overcloud-openbao-keys.json"
8989
name: openbao_keys
9090

91-
- name: Unseal OpenBao
91+
- name: Unseal first OpenBao instance
9292
ansible.builtin.import_role:
9393
name: stackhpc.hashicorp.vault_unseal
9494
vars:
@@ -109,7 +109,7 @@
109109

110110
# Raft peers take few seconds before they report an unsealed state therefore
111111
# we must wait.
112-
- name: Unseal OpenBao
112+
- name: Unseal all OpenBao instances
113113
ansible.builtin.import_role:
114114
name: stackhpc.hashicorp.vault_unseal
115115
vars:

0 commit comments

Comments
 (0)