I have my directory structure setup such that the playbooks directory is under /var/lib/awx/projects/
and roles is a symlink under playbooks.
I need symlinks for roles as I'm using git push from my local system to push playbooks/roles
to Tower and both playbooks and roles are under a different git repo.
When I try to run a job in Tower, it complains that it can't find my roles. When I look at every path that ansible states that it has looked in, they are there.
Any ideas why my roles can't be found?