mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 04:42:48 +00:00
Fix default value for remote_src (#21136)
Default value is clearly False, fixed it to correct value.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user