FATAL: The module ‘testmodule’ was not found in configured module paths
When I run the playbook from AWX with verbose=3, I see that it is using the following config file:
/var/lib/awx/projects/_7__ansible_repo/ansible.cfg as config file
I checked in the task container, and this is the correct ansible.cfg
the ansible.cfg contains:
library = library: …/library: …/…/library
I’m wondering why I can run playbooks from this repo locally but not from awx, does awx interpret this library path the wrong way?