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-28 18:40:29 -0400
commitb29763a0ae26e1355e5121e2e5ea81c0c296b137 (patch)
tree1e33ca33465ba7dd485ce3b37dc1b1297c7561a6
parentc8a06302d4f00c1f35ba16913dbb0d6d879ee044 (diff)
downloadansible-modules-core-b29763a0ae26e1355e5121e2e5ea81c0c296b137.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