Skip to content

Commit 1ad88de

Browse files
authored
Merge pull request #1723 from stackhpc/cherry-pick-df91bf-stackhpc/2024.1
ansible-lint: make task name unique (cherry-pick #1717)
2 parents 70cac13 + 06de0b1 commit 1ad88de

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)