-
Notifications
You must be signed in to change notification settings - Fork 25
request urllib3 pkg error #25
Comments
I discovered the the request module does not have the package urllib3 so with this entry: requests.packages.urllib3.disable_warnings() I modified by adding: Fixed the error |
I am able to connect and verify the existing hosts that are in Infoblox but continue to have this error output: PLAY RECAP ******************************************************************************************************************************* |
the last httperror is this: |
I have same issue for action "get_a_record" fatal: [localhost]: FAILED! => { My configuration: |
I installed this on Ansible 2.3.0.0 Python 2.7.5;
Set my parameters for Infoblox and kept receiving errors:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'module' object has no attribute 'urllib3'
failed: [localhost] (item=test01.local) => {"failed": true, "item": "test01.local", "module_stderr": "Traceback (most recent call last):\n File "/tmp/ansible_94H14V/ansible_module_infoblox.py", line 8, in \n requests.packages.urllib3.disable_warnings()\nAttributeError: 'module' object has no attribute 'urllib3'\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 0}
The text was updated successfully, but these errors were encountered: