From 847cc0a1ec7393bbb2742437cbe17c85dd41f427 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 14 Nov 2016 12:15:22 -0500 Subject: [PATCH] Revert "stat: doc: add version for new returns" --- lib/ansible/modules/files/stat.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/files/stat.py b/lib/ansible/modules/files/stat.py index bccb2c0c67e..7f522abb0ca 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/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