From 934ec1c0b6ac837877488ad09f4b2eeddf9bf30c Mon Sep 17 00:00:00 2001 From: James Tanner Date: Thu, 7 Nov 2013 17:02:34 -0500 Subject: [PATCH] Addresses #4801 Update file module docs to indicate behavior for relative src paths --- library/files/file | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/files/file b/library/files/file index 463f2b63702..13a675c20c2 100644 --- a/library/files/file +++ b/library/files/file @@ -80,7 +80,8 @@ options: default: null choices: [] description: - - path of the file to link to (applies only to C(state=link)). + - path of the file to link to (applies only to C(state=link)). Will accept absolute, + relative and nonexisting paths. Relative paths are not expanded. seuser: required: false default: null