I'd like to know which python file, from the ansible repo, is run on the server to bootstrap ansible on the server and then run my play.
Thanks,
Brian Coca
unread,
Oct 14, 2015, 9:27:35 AM10/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
It seems that the python on the edison is missing the syslog library,
this has been part of core python for a long time and expected to be
there.
Even so, I patched ansible to allow for this 'custom' setup, so as of
commit c57200925f7fc3c77da9a0b671ef7328cad15d8d this should not error
out anymore. This is current devel and should be out with the 2.0
release.