mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fix error in documentation for stat checksum (#4582)
This commit is contained in:
@@ -272,13 +272,12 @@ stat:
|
|||||||
supports hashing and md5 is supported
|
supports hashing and md5 is supported
|
||||||
type: string
|
type: string
|
||||||
sample: f88fa92d8cf2eeecf4c0a50ccc96d0c0
|
sample: f88fa92d8cf2eeecf4c0a50ccc96d0c0
|
||||||
checksum_algorithm:
|
checksum:
|
||||||
description: hash of the path
|
description: hash of the path
|
||||||
returned: success, path exists, user can read stats, path supports
|
returned: success, path exists, user can read stats, path supports
|
||||||
hashing and supplied checksum algorithm is available
|
hashing and supplied checksum algorithm is available
|
||||||
type: string
|
type: string
|
||||||
sample: 50ba294cdf28c0d5bcde25708df53346825a429f
|
sample: 50ba294cdf28c0d5bcde25708df53346825a429f
|
||||||
aliases: ['checksum', 'checksum_algo']
|
|
||||||
pw_name:
|
pw_name:
|
||||||
description: User name of owner
|
description: User name of owner
|
||||||
returned: success, path exists and user can read stats and installed python supports it
|
returned: success, path exists and user can read stats and installed python supports it
|
||||||
|
|||||||
Reference in New Issue
Block a user