xoanmi / ansible-module-infoblox

Awesome infobox module for ansible
GNU General Public License v3.0
38 stars 25 forks source link

unable to run? #31

Closed austinkurtz closed 7 years ago

austinkurtz commented 7 years ago

Im trying to install your infoblox module, but everytime I run infoblox.py ansible just hangs.

austinkurtz commented 7 years ago

Answer was to put the infoblox.py in a library folder within the role. like roles/library/infoblox.py. You arent actually running the python code, as long as it sits in the roles/library direcdtory path it can be used like a normal module within the playbook.