summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2016-11-14 09:32:42 +0100
committerRene Moser <mail@renemoser.net>2016-11-14 09:33:37 +0100
commit8eafb06ce594028bef3f1c043a6beb442b2a2dc0 (patch)
treed26ff7b70660ceb02486e6f0eb89f942c1a7e380
parent72b2386ec8db1cbd472d40eb6e8bd5c4ca5b17ae (diff)
downloadansible-modules-core-8eafb06ce594028bef3f1c043a6beb442b2a2dc0.tar.gz
stat: doc: add version for new returns (#5594)
(cherry picked from commit 8c762d7b02f0b904da7dade882e0588fb5e97f13)
-rw-r--r--files/stat.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/stat.py b/files/stat.py
index 10ed4e0e..874f7aec 100644
--- a/files/stat.py
+++ b/files/stat.py
@@ -303,17 +303,17 @@ stat:
type: string
sample: us-ascii
readable:
- description: Tells you if the invoking user has the right to read the path
+ description: Tells you if the invoking user has the right to read the path, added in version 2.2
returned: success, path exists and user can read the path
type: boolean
sample: False
writeable:
- description: Tells you if the invoking user has the right to write the path
+ description: Tells you if the invoking user has the right to write the path, added in version 2.2
returned: success, path exists and user can write the path
type: boolean
sample: False
executable:
- description: Tells you if the invoking user has the execute the path
+ description: Tells you if the invoking user has the execute the path, added in version 2.2
returned: success, path exists and user can execute the path
type: boolean
sample: False