Nosmoht / ansible-module-foreman

Ansible module to manage configuration of Foreman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'foreman.foreman'

howardluck34 opened this issue · comments

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