Open jmgrady opened 4 years ago
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.
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.