mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add default for remote_src to assemble dostrings to avoid confusion
This commit is contained in:
parent
2cf335969f
commit
e4c2517e89
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ options:
|
|||
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.
|
||||
go to the remote/target machine for the src. Default is True.
|
||||
choices: [ "True", "False" ]
|
||||
required: false
|
||||
default: "True"
|
||||
|
|
Loading…
Reference in a new issue