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

Python3 #37

Closed agx closed 7 years ago

agx commented 7 years ago

I handled the different module names in python3 and python2 using try ... except ImportError: , if this gets too messy we need to introduce a dependency on six.

dLobatog commented 7 years ago

Not quite sure of the implications but I trust you on this one - I'm not qualified nor very interested on knowing about the differences unless this breaks something :smile: In that case let me know and I'll jump on board to help.

dLobatog commented 7 years ago

Thanks @agx !