mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
[system_tracking] Add size to files module display
This commit is contained in:
@@ -20,6 +20,7 @@ var moduleConfig =
|
|||||||
{ 'uid': 'user id: {{uid}}, group id: {{gid}}',
|
{ 'uid': 'user id: {{uid}}, group id: {{gid}}',
|
||||||
'mode': true,
|
'mode': true,
|
||||||
'md5': true,
|
'md5': true,
|
||||||
|
'size': true,
|
||||||
'mtime': '{{mtime|formatEpoch}}'
|
'mtime': '{{mtime|formatEpoch}}'
|
||||||
},
|
},
|
||||||
nameKey: 'path',
|
nameKey: 'path',
|
||||||
|
|||||||
Reference in New Issue
Block a user