summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-05-26 15:22:39 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-05-26 15:22:56 -0400
commit898f47e55702534fbfd569e28517afedbbf00c5a (patch)
tree51df649446bd4c33909e1b832eb1ecef7cdfb405
parent2c7c23e8e770cd165d1b4ea8def8f8c16e58835d (diff)
downloadansible-modules-core-898f47e55702534fbfd569e28517afedbbf00c5a.tar.gz
stat doc fix
fixes #1371
-rw-r--r--files/stat.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/stat.py b/files/stat.py
index ee3998f5..798a5603 100644
--- a/files/stat.py
+++ b/files/stat.py
@@ -233,13 +233,13 @@ stat:
md5:
description: md5 hash of the path
returned: success, path exists and user can read stats and path supports hashing and md5 is supported
- type: boolean
- sample: True
+ type: string
+ sample: f88fa92d8cf2eeecf4c0a50ccc96d0c0
checksum:
description: hash of the path
returned: success, path exists and user can read stats and path supports hashing
- type: boolean
- sample: True
+ type: string
+ sample: 50ba294cdf28c0d5bcde25708df53346825a429f
pw_name:
description: User name of owner
returned: success, path exists and user can read stats and installed python supports it