I would try and import the requests_ntlm package and try and find out why 
it is failing to be imported. It could be that a required package like 
cryptography isn't installed. To do this run

python -c "from requests_ntlm import HttpNtlmAuth"

If the import fails it will give you an error saying what it failed to 
import and give you an indication of what needs to happen. Make sure when 
you are testing this you are running the command on the Python that Ansible 
is installed from.

Thanks

Jordan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/6f7e4329-f5c8-41b3-b46c-cdbde83262b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to