You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am using the ansible cmdb package inside a AWX execution environment container building inside my project.
Ansible version : Core 2.16.1
Python version : 3.11.0
Ansible cmdb version : 1.31
That is the issue when am running simple commande to get version
ansible-cmdb --version
Traceback (most recent call last):
File "/usr/local/bin/../lib/ansiblecmdb/ansible-cmdb.py", line 19, in
from mako import exceptions
ModuleNotFoundError: No module named 'mako'
Any ideas ?
The text was updated successfully, but these errors were encountered:
Hi,
Am using the ansible cmdb package inside a AWX execution environment container building inside my project.
Ansible version : Core 2.16.1
Python version : 3.11.0
Ansible cmdb version : 1.31
That is the issue when am running simple commande to get version
ansible-cmdb --version
Traceback (most recent call last):
File "/usr/local/bin/../lib/ansiblecmdb/ansible-cmdb.py", line 19, in
from mako import exceptions
ModuleNotFoundError: No module named 'mako'
Any ideas ?
The text was updated successfully, but these errors were encountered: