Add default for remote_src to assemble dostrings to avoid confusion

reviewable/pr18780/r1
James Tanner 11 years ago
parent 28de7dab2f
commit 2e916df20f

@ -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…
Cancel
Save