mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #7072 from gconsidine/ui/fix/md5-to-checksum
Replace references to md5 with checksum in system-tracking
This commit is contained in:
commit
c5c342ffba
@ -13,14 +13,14 @@ var moduleConfig =
|
||||
sortKey: 2
|
||||
},
|
||||
'files':
|
||||
{ compareKey: ['size', 'mode', 'md5', 'mtime', 'gid', 'uid'],
|
||||
{ compareKey: ['size', 'mode', 'checksum', 'mtime', 'gid', 'uid'],
|
||||
keyNameMap:
|
||||
{ 'uid': 'ownership'
|
||||
},
|
||||
factTemplate:
|
||||
{ 'uid': 'user id: {{uid}}, group id: {{gid}}',
|
||||
'mode': true,
|
||||
'md5': true,
|
||||
'checksum': true,
|
||||
'size': true,
|
||||
'mtime': '{{mtime|formatEpoch}}'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user