Fix default value for remote_src (#21136)

Default value is clearly False, fixed it to correct value.
pull/14901/merge
Tuomas-Matti Soikkeli 8 years ago committed by scottb
parent 1c885cb848
commit 829f3bd019

@ -84,7 +84,7 @@ options:
- Currently remote_src does not support recursive copying.
choices: [ "True", "False" ]
required: false
default: "no"
default: "False"
version_added: "2.0"
follow:
required: false

Loading…
Cancel
Save