Error is
fatal: [sysname] => imported module support code does not exist at /usr/lib/python2.6/site-packages/ansible-1.6.6-py2.6.egg/ansible/module_utils/splitter.py
I have splitter.py installed in my user local dir, however, and the dir is set in PYTHONPATH, but Ansible does not pick it up. Is there an Ansible variable I can set to redirect its attention to the right place? I don’t think ansible_python_interpreter is it.
Thanks