Add default for remote_src to assemble dostrings to avoid confusion

pull/4889/head
James Tanner 12 years ago
parent 2cf335969f
commit e4c2517e89

@ -65,7 +65,7 @@ options:
remote_src: remote_src:
description: description:
- If False, it will search for src at originating/master machine, if True it will - 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" ] choices: [ "True", "False" ]
required: false required: false
default: "True" default: "True"

Loading…
Cancel
Save