From 305ae5442a44dc0bebcfacfcb20d1ca1e40c74d2 Mon Sep 17 00:00:00 2001 From: rgustomi Date: Wed, 29 Aug 2018 21:49:39 +0200 Subject: [PATCH] change docs for mime-type (#36693) * change stat.py docs for mime-type * corrects stat.py RETURN documentation for mimetype --- lib/ansible/modules/files/stat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/files/stat.py b/lib/ansible/modules/files/stat.py index 4e9bc1dc2d..096dc4b41c 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/files/stat.py @@ -322,13 +322,13 @@ stat: returned: success, path exists and user can read stats and installed python supports it type: string sample: www-data - mime_type: + mimetype: description: file magic data or mime-type returned: success, path exists and user can read stats and installed python supports it and the `mime` option was true, will return 'unknown' on error. type: string - sample: PDF document, version 1.2 + sample: application/pdf; charset=binary charset: description: file character set or encoding returned: success, path exists and user can read stats and