From 0b002203b4fba20836b17aec42ee7e0d59acce1a Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Wed, 1 May 2019 22:17:30 +1000 Subject: [PATCH] clarify docs for rel src state hard (#55972) --- lib/ansible/modules/files/file.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/file.py b/lib/ansible/modules/files/file.py index 218051bb228..63d6abd4662 100644 --- a/lib/ansible/modules/files/file.py +++ b/lib/ansible/modules/files/file.py @@ -52,7 +52,8 @@ options: description: - Path of the file to link to. - This applies only to C(state=link) and C(state=hard). - - Will accept absolute, relative and non-existing paths. + - Will accept absolute and non-existing paths. + - Will accept relative paths unless state=hard. - Relative paths are relative to the file being created (C(path)) which is how the Unix command C(ln -s SRC DEST) treats relative paths. type: path