I tried this but it does not work:
$ ansible-vault decrypt --output=- - < vars/users.yml
ERROR! [Errno 2] No such file or directory: u’/home/user/ansible/-’
How to pass the vault data via stdin?
I tried this but it does not work:
$ ansible-vault decrypt --output=- - < vars/users.yml
ERROR! [Errno 2] No such file or directory: u’/home/user/ansible/-’
How to pass the vault data via stdin?