theforeman / foreman_ansible_inventory

Foreman dynamic inventory script for ansible - Now merged into Ansible itself
GNU General Public License v3.0
70 stars 31 forks source link

Switch out the shebang to invoke python via /usr/bin/env #22

Closed yankcrime closed 8 years ago

yankcrime commented 8 years ago

Figure out the correct location of python via env, thus ensuring that this script plays nice with things like pyenv.

agx commented 8 years ago

Thanks @yankcrime