I have installed a python package in my ansible virtual environment at /var/lib/awx/venv/ansible/lib/python2.7/site-packages
I want to use this in my ansible playbook. But keep getting the error module not installed.
How can I include the venv path in my ansible path?
Comments
Post a Comment