AWX unable to execute a playbook calling a shell script

Hello friends,

I have a simple playbook that calls a shell script:

Does the script exist inside the awx containers filesystem, or just on the host filesystem?

It exists only on the host running AWX.

Normal installation of AWX runs in containers. So, you need to make sure that GTA directory is mounted inside the task container so your playbook can reach it. That should get it working for you.

Dave

Dave/All

Unfortunately I’m not using docker. I have installed this instance without docker for a POC in the company I work.

Since it works from command line, my guess is that AWS is messing something up with the extra vars, or ssh options it adds to the playbook execution, but so far I was unable to pin down the problem.