mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Added DIFF_ALWAYS constant
When set to True, will always print the diff. Defaults to False. Fixes #18416 #16073
This commit is contained in:
committed by
Brian Coca
parent
256a25bdcc
commit
2291163a7a
@@ -387,3 +387,11 @@
|
||||
#diff_add = green
|
||||
#diff_remove = red
|
||||
#diff_lines = cyan
|
||||
|
||||
|
||||
[diff]
|
||||
# Always print diff when running ( same as always running with -D/--diff )
|
||||
# always = no
|
||||
|
||||
# Set how many context lines to show in diff
|
||||
# context = 3
|
||||
|
||||
Reference in New Issue
Block a user