Add default for remote_src to assemble dostrings to avoid confusion

This commit is contained in:
James Tanner 2013-11-12 13:21:49 -05:00
commit e4c2517e89

View file

@ -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"