Fix doc inconsistency (#2630)
This commit is contained in:
parent
e8b70d4e00
commit
948900f7fb
1 changed files with 3 additions and 3 deletions
|
@ -79,10 +79,10 @@ options:
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
remote_src:
|
remote_src:
|
||||||
description:
|
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.
|
- If set to no, it will search for src at originating/master machine, if set to yes it will go to the remote/target machine for the src. Default is no.
|
||||||
choices: [ "True", "False" ]
|
choices: [ "yes", "no" ]
|
||||||
required: false
|
required: false
|
||||||
default: "False"
|
default: "no"
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- files
|
- files
|
||||||
|
|
Loading…
Add table
Reference in a new issue