Re: [ansible-project] ERROR! Problem running vault password script /root/.vault_pass ([Errno 8] Exec format error). If this is not a script, remove the executable bit from the file

2019-01-29 Thread Dick Visser
The error is pretty clear. Vault files are either executable and expected to output the password upon execution, or they’re not executable and then ansible will use the file contents as the password. You seem to have a vault file that contains the password but that also has the executable bit set

[ansible-project] ERROR! Problem running vault password script /root/.vault_pass ([Errno 8] Exec format error). If this is not a script, remove the executable bit from the file

2019-01-29 Thread Jason Yu
I got the following error when I ran an ansible script from a docker container. It looks like the executable bit needs to be reset. I am using docker for windows which is running on my windows 10 desktop. Could anyone help me with it ? amazon-ebs: Running local shell script: