1
0
Fork 0
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:
Benjamin 2017-08-17 03:47:09 +02:00 committed by Jordan Borean
parent 67dff61f47
commit c9e5842c47

View file

@ -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"
'''