Addresses #4801 Update file module docs to indicate behavior for relative src paths
parent
bd9fb39634
commit
934ec1c0b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue