1 Rookie

 • 

79 Posts

June 23rd, 2023 05:00

Hi @fortij1 

Could you please verify the version of PyU4V sdk installed. It should be the compatible 10.0 version. More details can be found in https://github.com/dell/PyU4V/blob/master/README.rst

pip3 list - should list the installed sdk and version details

Thanks,

Jennifer

1 Rookie

 • 

5 Posts

June 23rd, 2023 06:00

Hi Jennifer, 

Thanks for the reply - both as root and as awx user we are at 10.0.0.19 

[root@####### ~]# pip3 list | grep PyU
PyU4V 10.0.0.19

[awx@####### ~]# pip3 list | grep PyU
PyU4V 10.0.0.19

 

Any other thoughts?

 

Jeff

1 Rookie

 • 

79 Posts

June 23rd, 2023 10:00

Hi @fortij1 

From the error output, module seems to refer to PYU4V 9.1.x SDK. Could you check the ansible python interpreter version, by executing

ansible --version command and execute pip list based on that python version(eg: if python version is 3.9, pip3.9 --list)

Alternatively, to verify could you also run the playbook, by specifying the ansible python interpreter version

ansible-playbook test.yml -e "ansible_python_interpreter=

Thanks,

Jennifer

No Events found!

Top