Hi,
I am new to AWX world probably this query might be a duplicate.
I have installed AWX using docker-compose and running a job which has two steps
- Execute the script in remote
- Copy the output back to host /tmp folder
The script is successfully getting executed where as the copy task is copying the output to containers' /tmp not the host.
Can someone point on how to mount local directory when launching the AWX through docker-compose?
I tried changing the docker-compose file, it doesn't work as the installer re-writes the docker-compose.yaml when re-installing.