documented new remote_src option
This commit is contained in:
parent
295a28e128
commit
d6f474761d
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,13 @@ options:
|
||||||
already existed.
|
already existed.
|
||||||
required: false
|
required: false
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
|
remote_src:
|
||||||
|
description:
|
||||||
|
- If False, it will search for src at originating/master machine, if True it will go to the remote/target machine for the src. Default is False.
|
||||||
|
choices: [ "True", "False" ]
|
||||||
|
required: false
|
||||||
|
default: "False"
|
||||||
|
version_added: "2.0"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- files
|
- files
|
||||||
- validate
|
- validate
|
||||||
|
|
Loading…
Reference in a new issue