community.general/lib/ansible/plugins
Toshio Kuratomi fc5d71de0d Fix for to_text and to_bytes error handlers
* surrogate_then_strict doesn't exist.  Switch to surrogate_or_strict
  instead.
* Found some bugs in the _text.py implementation
  * The composed error handlers (error handlers which are made up of two
    or more python encoding error handlers) had a wrong string in it,
    'surrogate_or_escape' doesn't exist.  Replaced that with
    'surrogate_or_replace' which is the correct handler name.
  * Left comment about the implicit conditions that are part of the
    surrogate_then_replace code path

Fixes #23865
Fixes #23861
2017-07-24 09:19:04 -07:00
..
action Add a directory walker to copy 2017-07-20 08:01:29 -07:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback PEP 8 fix. 2017-07-18 10:22:34 -07:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection Don't need to convert cmd to bytes as it is already an array of bytes 2017-07-21 11:55:43 -04:00
filter Fix for to_text and to_bytes error handlers 2017-07-24 09:19:04 -07:00
inventory allow for null values in yaml inventory (#26765) 2017-07-20 20:28:09 -04:00
lookup Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell added ansible_remote_tmp inventory var (#26754) 2017-07-13 15:31:10 -07:00
strategy include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
terminal Make the 'not found' regex case sensitive (#27100) 2017-07-20 12:33:18 -07:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars ensure proper typing of path, cause py3 listdir 2017-06-19 16:35:50 -04:00
__init__.py Powershell module_utils loader and tests (#26932) 2017-07-18 20:44:01 -07:00