We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug If the environment variable, ANSIBLE_VAULT_PASSWORD_FILE is defined, encryption will fail with the following exception:
ERROR! Unexpected Exception, this is probably a bug: 'tuple' object has no attribute 'append'
To Reproduce Steps to reproduce the behavior:
ANSIBLE_VAULT_PASSWORD_FILE
atom
ansible-vault
Expected behavior Expected the file to be re-encrypted.
Note that the package throws the same error if automatic decrypt/encrypt is enabled and the file is closed.
Desktop:
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If the environment variable, ANSIBLE_VAULT_PASSWORD_FILE is defined, encryption will fail with the following exception:
To Reproduce
Steps to reproduce the behavior:
ANSIBLE_VAULT_PASSWORD_FILE
;atom
ansible-vault
package as follows:ansible-vault
Expected behavior
Expected the file to be re-encrypted.
Note that the package throws the same error if automatic decrypt/encrypt is enabled and the file is closed.
Desktop:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: