Nosmoht / ansible-module-foreman

Ansible module to manage configuration of Foreman
49 stars 32 forks source link

Add __init__.py #42

Closed agx closed 8 years ago

agx commented 8 years ago

This makes it simpler to use the code as e.g. git submodule in

library/ansible_module_foreman

in ones plays. When putting it there and iff library has a init.py too no further setup is needed and other modules can be put next to it.