Addresses #4801 Update file module docs to indicate behavior for relative src paths
This commit is contained in:
parent
f340f916b4
commit
2c57b999fc
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ options:
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
choices: []
|
||||||
description:
|
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:
|
seuser:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue