Keep getting this error when running my playbook
The full traceback is:
Traceback (most recent call last):
File “/tmp/ansible_community.vmware.vmware_local_user_manager_payload_jdgh1vij/ansible_community.vmware.vmware_local_user_manager_payload.zip/ansible_collections/community/vmware/plugins/module_utils/vmware.py”, line 25, in
import requests
ImportError: No module named ‘requests’
fatal: [myesxserver]: FAILED! => {
“changed”: false,
“invocation”: {
“module_args”: {
“hostname”: “myesxserver”,
“local_user_description”: null,
“local_user_name”: “root”,
“local_user_password”: “VALUE_SPECIFIED_IN_NO_LOG_PARAMETER”,
“password”: “VALUE_SPECIFIED_IN_NO_LOG_PARAMETER”,
“port”: 443,
“proxy_host”: null,
“proxy_port”: null,
“state”: “present”,
“username”: “root”,
“validate_certs”: false
}
},
“msg”: “Failed to import the required Python library (requests) on myesxserver’s Python /usr/bin/python3. Please read module documentation and install in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter”
}
any idea what it mean?