Hi I am a little new to ansible. Anyone can take a look at the below why the command cannot go through? Thank you!
admin1@Len:~$ ansible lab-hosts -m raw -a "show run" -u admin -k | grep 'hostname\| system mtu'
Traceback (most recent call last):
File "/usr/bin/ansible", line 34, in <module>
from ansible import context
File "/usr/local/lib/python3.8/dist-packages/ansible/context.py", line 18, in <module>
from ansible.module_utils.common._collections_compat import Mapping, Set
ModuleNotFoundError: No module named 'ansible.module_utils'