mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix maven_artifact documentation (#28295)
Display the string 'no' as default for the keep_name attribute.
This commit is contained in:
parent
67dff61f47
commit
c9e5842c47
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue