Nosmoht / ansible-module-foreman

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

ModuleNotFoundError: No module named 'foreman.foreman' #117

Open howardluck34 opened 3 years ago

howardluck34 commented 3 years ago

I am trying to use this module to register to foreman(ansible) bash-4.4# pip3 freeze |grep foreman foreman==0.9.7 foreman-ansible-inventory==0.0.4 python-foreman @ git+https://github.com/Nosmoht/python-foreman.git@d0a98200cb32312bb766e0629e2f8ad9354d4a2e (ansible) bash-4.4# pip list --format=freeze |grep foreman foreman==0.9.7 foreman-ansible-inventory==0.0.4 python-foreman==0.14.1

So it seems like I have the module installed but python is not seeing it.

Any ideas