Fix maven_artifact documentation (#28295)

Display the string 'no' as default for the keep_name attribute.
pull/28316/head
Benjamin 7 years ago committed by Jordan Borean
parent 67dff61f47
commit c9e5842c47

@ -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…
Cancel
Save