ansible/lib/ansible/plugins
Toshio Kuratomi 2fdb8e7f90 Fix a traceback with python3 and diff output
When retrieving file contents for diffing we need to get the contents as
binary.  Otherwise python3 will try to convert the file to text and fail
with non-decodable contents.

Fixes #23171
2017-04-07 14:35:50 -07:00
..
action Fix a traceback with python3 and diff output 2017-04-07 14:35:50 -07:00
cache Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
callback Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
connection Ignores ControlPersist broken pipe errors. Fixes #16731 2017-04-07 09:06:28 -07:00
filter Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
lookup Fix errors reported by pylint. (#23282) 2017-04-06 16:58:16 -07:00
shell improve become_method: runas error handling (#23328) 2017-04-06 01:34:30 -07:00
strategy Only insert notified host if it's not already notified for certain cases 2017-04-04 16:03:29 -05:00
terminal Updated the Regex for promt matching (#23186) 2017-03-31 18:29:45 +01:00
test Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
vars
__init__.py Graceful error message for abstract base classes in PluginLoader 2017-02-22 10:27:29 -05:00