Alan Rominger
Results
282
comments of
Alan Rominger
With current branch I get this ``` $ ANSIBLE_VAULT_DECRYPT_IS_ERROR=false ansible-inventory -i vault/file_vars/inventory.ini --list --export -vvv [WARNING]: You are running the development version of Ansible. You should only run Ansible from...
Thanks, that does seem to be working, and also manages to not interfere with other types of encrypted variables. ``` $ ANSIBLE_VAULT_DECRYPT_VARSFILE_FAIL=false ansible-inventory -i vault/file_vars/inventory.ini --list --export [WARNING]: You are...