You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If the one_pass or context.PASSWORD variables are encrypted with ansible-vault, they fail the validation check:
FAILED! => {
"assertion": "one_pass is undefined or one_pass is none or one_pass is string",
"changed": false,
"evaluated_to": false,
"msg": "Please make sure [context.PASSWORD, one_pass, one_token, one_version] are valid strings."
}
To Reproduce
Encrypt the one_pass variable with ansible-vault:
Description
If the
one_pass
orcontext.PASSWORD
variables are encrypted withansible-vault
, they fail the validation check:To Reproduce
Encrypt the
one_pass
variable withansible-vault
:Expected behavior
Vault-encrypted variables should pass the validation.
Details
2.16.12
Additional context
This issue appears related to ansible/ansible#75646 and could be resolved by implementing the vault_encrypted test.
Progress Status
The text was updated successfully, but these errors were encountered: