mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix maven_artifact documentation (#28295)
Display the string 'no' as default for the keep_name attribute.
This commit is contained in:
@@ -102,7 +102,7 @@ options:
|
||||
- If C(yes), the downloaded artifact's name is preserved, i.e the version number remains part of it.
|
||||
- This option only has effect when C(dest) is a directory and C(version) is set to C(latest).
|
||||
required: false
|
||||
default: no
|
||||
default: 'no'
|
||||
choices: ['yes', 'no']
|
||||
version_added: "2.4"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user