mirror of https://github.com/ansible/ansible.git
Fix auth in collins.py inventory
This forces basic auth to be used. Using the normal HTTPPasswordMgrWithDefaultRealm password manager from urllib2 fails since collins doesn't send a 401 retry on failure. More about this can be seen here http://stackoverflow.com/questions/2407126/python-urllib2-basic-auth-problem. I added a small comment about the format of the host so others don't waste time like i did.pull/18530/head
parent
3fd13aaffe
commit
21813ed83e
Loading…
Reference in New Issue