community.general/lib/ansible
Toshio Kuratomi 49db03c384 Fix for traceback when we encounter non-utf8 characters in diff
We can diff non-utf8 files (as part of copy, for instance) but when we
try to turn the bytes into text for display, the characters cause
a traceback.  Since diff output is only informational, we can replace
those problematic bytes with replacement characters.  We do not want to
do this to other fields because those fields may be used inside of the
playbook (for templating another variable or matching in a conditional).

Fixes #21803
Fixes #21804
2017-02-24 12:18:32 -08:00
..
cli Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Fix for traceback when we encounter non-utf8 characters in diff 2017-02-24 12:18:32 -08:00
galaxy Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
inventory Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
module_utils fix argument name in nxos shared lib (#21912) 2017-02-24 13:23:31 -05:00
modules Fix firewalld get_masquerade_enabled_permanent error (#21693) 2017-02-24 12:32:28 -05:00
parsing prep for role passthrough instead of detection 2017-02-24 15:15:18 -05:00
playbook fixes play context connection user (#21776) 2017-02-22 15:34:11 +00:00
plugins Fix 'task name is not templated in retry callback' (add task_name property to TaskResult) (#21214) 2017-02-24 12:33:24 -05:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils pep8 fixes for module_docs_fragments (#21876) 2017-02-24 09:01:03 +01:00
vars Fix bug introduced in 0df3767 regarding undefined entries in HostVars 2017-02-15 16:22:31 -06:00
__init__.py
constants.py Revert "add systemd-nspawn connection driver" 2017-02-17 16:36:46 -05:00
release.py