ansible/lib/ansible/plugins
Michael Scherer acd69bcc77 Fix url lookup for python 3 (#17295)
* Use six instead of urllib2, for python 3 compat

* Open the certificate file using binary mode

On python3, os.write requires 'bytes'. Also avoid
using a too broad exception, since the issue was hard
to spot due to it.

* Do not add the header User-agent if not set

Python3 module do raise a exception if a header is
not a string-like object, and the default value is None.
2016-08-31 07:03:20 -07:00
..
action Merge pull request #17315 from privateip/openswitch 2016-08-31 09:59:30 -04:00
cache Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
callback Support for specifying item label in a loop (#17294) 2016-08-31 09:59:43 -04:00
connection Python3 fixes and porting (#17271) 2016-08-29 09:11:40 -07:00
filter Reduce no longer exist in python3, so we have to use six (#17304) 2016-08-30 10:58:22 -07:00
lookup Fix url lookup for python 3 (#17295) 2016-08-31 07:03:20 -07:00
shell Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
strategy include_role (role revamp implementation) (#17232) 2016-08-26 13:42:13 -04:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Make _display_plugin_load much less noisy 2016-08-26 20:28:58 +05:30