From 7c0dc323a2eb6b28ae2d517a3894f759af62fb17 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 21 Oct 2015 09:24:12 -0400 Subject: [PATCH] corrected docs for stat's lnk_source fixes #12850 --- 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 2e088fc8dbd..8f2bd289bc0 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/files/stat.py @@ -245,8 +245,8 @@ stat: lnk_source: description: Original path returned: success, path exists and user can read stats and the path is a symbolic link - type: boolean - sample: True + type: string + sample: /home/foobar/21102015-1445431274-908472971 md5: description: md5 hash of the path returned: success, path exists and user can read stats and path supports hashing and md5 is supported