mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Make --diff lines of context configurable
This commit is contained in:
@@ -144,7 +144,7 @@ class CallbackBase:
|
||||
tofile=after_header,
|
||||
fromfiledate='',
|
||||
tofiledate='',
|
||||
n=10)
|
||||
n=C.DIFF_CONTEXT)
|
||||
has_diff = False
|
||||
for line in differ:
|
||||
has_diff = True
|
||||
|
||||
Reference in New Issue
Block a user