Hi,
I have a task that copies a folder onto a virtual box machine and then uses the command module to execute a shell script in that remote folder. Ansible always complains with,
msg: [Errno 8] Exec format error
I can easily ssh into that machine and run the same script. The script does have executable mode attributes. I’ve been banging my head against the wall trying to figure this out. Anyone know what this problem is?
-Loc