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:
parent
1c885cb848
commit
829f3bd019
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue