Fix default value for remote_src (#21136)

Default value is clearly False, fixed it to correct value.
This commit is contained in:
Tuomas-Matti Soikkeli
2017-02-09 10:25:27 +02:00
committed by scottb
parent 1c885cb848
commit 829f3bd019

View File

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