Huawei ne error by playbook run

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
}

i have same issue but with molecule using vagrant!!

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.

Hi,

yes with the following workaround , because there is an issue for vagrant plugin

https://github.com/ansible-community/molecule-plugins/issues/174