Hi,

I've emailed the port maintainer, but haven't heard back in a couple
days. Sending here so it doesn't get lost.

The Ansible port isn't useful for managing systems that use a Python
other than /usr/local/bin/python2.7 -- i.e., most Linuxes and other
BSDs.

Ansible uses "#!/usr/bin/env python" to find the python on the target
OS. This means you can manage any OS with a python somewhere in
$PATH. By hard-coding this on the server, you can only manage systems
that have /usr/local/bin/python2.7.

This change also breaks the ansible_python_interpreter variable used
to override the client's python location, so I can't hard-code it
otherwise.

Could you take a look at the discussion at
https://groups.google.com/forum/#!topic/ansible-project/oM2FNuumWmw
and adjust the OpenBSD package so Ansible works out of the box?

Thanks,
==ml

-- 
Michael W. Lucas  -  mwlu...@michaelwlucas.com, Twitter @mwlauthor 
http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/
Absolute OpenBSD 2/e - http://www.nostarch.com/openbsd2e
coupon code "ILUVMICHAEL" gets you 30% off & helps me.

Reply via email to