forked from infra/ansible
updates-uptimes: Tiny fix for showing dates in host-u.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
5c7984f0f8
commit
d5c0412c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -1507,7 +1507,7 @@ def _diff_hosts(data1, data2, show_both=False, show_utf8=True, skip_eq=False):
|
|||
# Something about host changed, show old/new...
|
||||
if show_both:
|
||||
_print_line('-', d1, prev=pdata)
|
||||
_print_line(utf8, d2, high=high, prev=pdata)
|
||||
_print_line(utf8, d2, high=high, prev=d1)
|
||||
pdata = d2
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue