1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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