Hi, > > ERROR! Problem running vault password client script > > /etc/ansible/my-client.py ([Errno 8] Exec format error). If this is > > not a script, remove the executable bit from the file.* > > What are the ownership and permissions on that file?
from the error message, it looks like it is executable. Maybe the shebang (https://en.wikipedia.org/wiki/Shebang_(Unix)) is missing inside the script? Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/20210106130754.706b490c%40utsjoki.
