Relative Content

Tag Archive for python-3.xansiblepython-module

Ansible playbook can’t find python module

So I have an ansible playbook with some custom python modules in the library folder. Works like a charm however, when I import a separate custom python module inside the python script ansible throws an error “no module named “. When I run the python script directly it can import that separate module without problem.