hey guys,

I'm trying to create an ansible script with python to launch some 
playbooks, but when I try to import ansible.runner, I got the library 
missing

Traceback (most recent call last):
  File "./test_ansible.py", line 2, in <module>
    import ansible.runner
ImportError: No module named runner

ansible-plybook works fine, import ansible, also works....I installed 
cloning from Github, later run "git submodule update --init --recursive", 
later "make install"

Any idea?


P.S: I'm using Ubuntu 14.04 , and I would like to use the version from 
Github as has some enhancement I need that are not available yet on pip and 
apt

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/1eb84fb0-c4df-4d19-98a2-e6264979412d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to