Hi,
I've followed the README and configured ansible like you proposed to.
But it looks like the ansible modules try to execute the python code on the data-domain instead of locally on my host.
I get errors like this:
File \"/var/folders/80/b827sgdd21q5nf207_xdcw3r0000gp/T/ansible_dellemc.datadomain.cifs_payload_c58w6ioc/ansible_dellemc.datadomain.cifs_payload.zip/ansible_collections/dellemc/datadomain/plugins/module_utils/dd_connect.py\", line 5, in <module>\nModuleNotFoundError: No module named 'urllib3
Locally everything is installed, including urllib3.
Hi, I've followed the README and configured ansible like you proposed to. But it looks like the ansible modules try to execute the python code on the data-domain instead of locally on my host. I get errors like this:
File \"/var/folders/80/b827sgdd21q5nf207_xdcw3r0000gp/T/ansible_dellemc.datadomain.cifs_payload_c58w6ioc/ansible_dellemc.datadomain.cifs_payload.zip/ansible_collections/dellemc/datadomain/plugins/module_utils/dd_connect.py\", line 5, in <module>\nModuleNotFoundError: No module named 'urllib3
Locally everything is installed, including urllib3.
I've configured my inventory like this:
Any my playbook: