I am using a python module in the ansible filter_plugins. So i need to install that in the Ansible execution environment. Hence i created a custom image.
the playbook runs properly when i login to the container and runs it manually.
But via AWX its not working .
I get the below error:
AnsibleError: template error while templating string: no filter named 'nat_sorted'. String: system
my file structure.
playbooks
inventory
host_vars
group_vars
filter_plugins
Thanks
Vishnu