summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2016-11-14 12:15:22 -0500
committerGitHub <noreply@github.com>2016-11-14 12:15:22 -0500
commit75411fa9e3fc325bf093a4b73fc351765d9e4f08 (patch)
treec29cc79d12a1d93f410f1f7287252b63688c25f9
parent88f1e67b1f4693a830e0f501efdcefb3aa9da0e8 (diff)
downloadansible-modules-core-revert-5594-doc/stat.tar.gz
Revert "stat: doc: add version for new returns"revert-5594-doc/stat
-rw-r--r--files/stat.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/stat.py b/files/stat.py
index bccb2c0c..7f522abb 100644
--- a/files/stat.py
+++ b/files/stat.py
@@ -311,19 +311,19 @@ stat:
type: string
sample: us-ascii
readable:
- description: Tells you if the invoking user has the right to read the path, added in version 2.2
+ description: Tells you if the invoking user has the right to read the path
returned: success, path exists and user can read the path
type: boolean
sample: False
version_added: 2.2
writeable:
- description: Tells you if the invoking user has the right to write the path, added in version 2.2
+ description: Tells you if the invoking user has the right to write the path
returned: success, path exists and user can write the path
type: boolean
sample: False
version_added: 2.2
executable:
- description: Tells you if the invoking user has the execute the path, added in version 2.2
+ description: Tells you if the invoking user has the execute the path
returned: success, path exists and user can execute the path
type: boolean
sample: False