Files
community.general/lib/ansible/plugins/callback
Tobias Wolf 5b293b56d6 Handle the key 'prepared' in the 'diff' result from modules
So far, when a 'diff' dict is returned with module results, it is
checked for 'before' and 'after' texts, which are processed in
_get_diff() by python difflib.  This generates the changes to display
when CLI users specify --diff.

However, some modules will generate changes that cannot easily be
expressed in a conventional diff. One example is the output of the
synchronize module, which presents changed files in a common log format
as in `rsync --itemize-changes`.

Add a check for a diff['prepared'] key, which can contain prepared diff text
from modules.
2016-01-26 09:29:37 +01:00
..
2015-12-29 17:40:47 -05:00
2015-12-29 17:40:47 -05:00
2015-12-12 17:50:55 -05:00
2015-12-01 14:06:54 -08:00
2015-12-09 07:29:12 -08:00