summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-12-02 07:50:31 -0800
committerBrian Coca <bcoca@ansible.com>2015-12-02 07:50:31 -0800
commitaad43171110d51614766b4083bec26dfaefe5287 (patch)
tree4049a3e1b3db8dd3cad27bc4d81b517eb737050b
parent43d2ecda06a3b05c89c21eca58d508446ba55055 (diff)
parent61a3625ed0cf924762b7bce0fec0f92c312acc7b (diff)
downloadansible-modules-core-aad43171110d51614766b4083bec26dfaefe5287.tar.gz
Merge pull request #2604 from krdlab/fix-stat-document
Fix 'stat' module document
-rw-r--r--files/stat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/stat.py b/files/stat.py
index 852ddd5a..1e41185a 100644
--- a/files/stat.py
+++ b/files/stat.py
@@ -111,7 +111,7 @@ stat:
path:
description: The full path of the file/object to get the facts of
returned: success and if path exists
- type: boolean
+ type: string
sample: '/path/to/file'
mode:
description: Unix permissions of the file in octal