mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix config value type for VAULT_IDENTITY_LIST (#28678)
Was using the 'value_type' key, but didn't get updated to the new 'type' key in merge. Fix playbooks cli so it uses VAULT_IDENTITY_LIST as well.
This commit is contained in:
parent
54c295699e
commit
1f962bd937
3 changed files with 13 additions and 2 deletions
|
@ -1067,7 +1067,7 @@ DEFAULT_VAULT_IDENTITY_LIST:
|
|||
env: [{name: ANSIBLE_VAULT_IDENTITY_LIST}]
|
||||
ini:
|
||||
- {key: vault_identity_list, section: defaults}
|
||||
value_type: list
|
||||
type: list
|
||||
vars: []
|
||||
yaml: {key: defaults.vault_identity_list}
|
||||
DEFAULT_VAULT_PASSWORD_FILE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue