Did you ever get resolution on this?
"ansible.module_utils.common" is not the FQCN for an Ansible module.
Rather, it's a python class path for modules themselves to import
components needed to implement expected module behavior. Unless you are
writing your own modules in python, "ansible.module_utils.common" will not
be of interest to you.
On Monday, June 12, 2023 at 4:27:22 AM UTC-4 Azadeh Amirhosseini wrote:
> Hi All,
> To run my playbook which connects to a Huawei ne as its host, i get bellow
> error message. Any idea how can i resolve it please:
>
> TASK [Commands NE Huawei]
> ******************************************************
> An exception occurred during task execution. To see the full traceback,
> use -vvv. The error was: ModuleNotFoundError: No module named
> 'ansible.module_utils.common.yaml'
> failed: [192.168.100.150] (item=dir) => {
> "ansible_loop_var": "item",
> "changed": false,
> "item": "dir",
> "rc": 1
> }
>
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/6c7b6efb-055d-4fd5-abb6-2dd63cb8757bn%40googlegroups.com.