Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to use a python package installed in venv in ansible playbook?

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