From 1ca1a2ed984b0cc8a1cbe6e8a26384f59ac0231e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 20 Feb 2015 09:57:27 -0500 Subject: [PATCH] fixed typo on isgid --- lib/ansible/modules/files/stat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/stat.py b/lib/ansible/modules/files/stat.py index 49d5f166d34..fbf2d4cb8f6 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/files/stat.py @@ -220,7 +220,7 @@ stat: returned: success, path exists and user can read stats type: boolean sample: False - isrid: + isgid: description: Tells you if the invoking user's group id matches the owner's group id returned: success, path exists and user can read stats type: boolean