diff --git a/lib/ansible/modules/files/stat.py b/lib/ansible/modules/files/stat.py index 852ddd5afd2..1e41185ad6a 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