mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Replace references to md5 with checksum in system-tracking
This commit is contained in:
@@ -13,14 +13,14 @@ var moduleConfig =
|
|||||||
sortKey: 2
|
sortKey: 2
|
||||||
},
|
},
|
||||||
'files':
|
'files':
|
||||||
{ compareKey: ['size', 'mode', 'md5', 'mtime', 'gid', 'uid'],
|
{ compareKey: ['size', 'mode', 'checksum', 'mtime', 'gid', 'uid'],
|
||||||
keyNameMap:
|
keyNameMap:
|
||||||
{ 'uid': 'ownership'
|
{ 'uid': 'ownership'
|
||||||
},
|
},
|
||||||
factTemplate:
|
factTemplate:
|
||||||
{ 'uid': 'user id: {{uid}}, group id: {{gid}}',
|
{ 'uid': 'user id: {{uid}}, group id: {{gid}}',
|
||||||
'mode': true,
|
'mode': true,
|
||||||
'md5': true,
|
'checksum': true,
|
||||||
'size': true,
|
'size': true,
|
||||||
'mtime': '{{mtime|formatEpoch}}'
|
'mtime': '{{mtime|formatEpoch}}'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user