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:
Adrian Likins 2017-08-28 10:13:14 -04:00 committed by GitHub
commit 1f962bd937
3 changed files with 13 additions and 2 deletions

View file

@ -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: