Dear colleagues,
I recently started exploring AWX and deployed it on the same host where ansible is already installed.
I mounted my /home/ansible folder on physical server to AWX’s /var/lib/awx/projects and can access my playbooks.
However, existing playbooks/roles are using magic variables like playbook_dir, etc.
For example, when I execute playbook from AWX on physical ansible machine as a target host, magic variables are getting from AWX environment.
Thus, path is translated from e.g. /home/ansible/packages to /var/lib/awx/projects/ansible/packages, which is obviously not exists in ansible.
Any advise how can I cheat here?