mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
updates-uptimes: Tiny fix for showing dates in host-u.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user