From 26fec4f107a937a20da25c35ba1d16b7f8312a4a Mon Sep 17 00:00:00 2001 From: GennadySpb Date: Thu, 22 Jun 2017 18:15:54 +0300 Subject: [PATCH] Fix type for 'attributes' field --- 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 904958eaa52..33c55905d3c 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/files/stat.py @@ -350,7 +350,7 @@ stat: attributes: description: list of file attributes returned: success, path exists and user can execute the path - type: boolean + type: list sample: [ immutable, extent ] version_added: 2.3 '''