From 06f5f2e26d43e6a91bee4bf20b894c2e54163d64 Mon Sep 17 00:00:00 2001 From: James Pharaoh Date: Sun, 28 Aug 2016 03:25:26 +0200 Subject: [PATCH] fix error in documentation for stat checksum (#4582) --- lib/ansible/modules/files/stat.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/files/stat.py b/lib/ansible/modules/files/stat.py index c92d3da66a7..f28ddcc0cc1 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/files/stat.py @@ -272,13 +272,12 @@ stat: supports hashing and md5 is supported type: string sample: f88fa92d8cf2eeecf4c0a50ccc96d0c0 - checksum_algorithm: + checksum: description: hash of the path returned: success, path exists, user can read stats, path supports hashing and supplied checksum algorithm is available type: string sample: 50ba294cdf28c0d5bcde25708df53346825a429f - aliases: ['checksum', 'checksum_algo'] pw_name: description: User name of owner returned: success, path exists and user can read stats and installed python supports it