From fe0aa01ce8ff0472ce1c977a60df796e8fc1e896 Mon Sep 17 00:00:00 2001 From: krdlab Date: Wed, 2 Dec 2015 18:20:20 +0900 Subject: [PATCH] Fix 'stat' module document --- 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 852ddd5afd..1e41185ad6 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/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