1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

doc: maven_artifact: add a note about s3 support since version 2.2 (#2417)

See #2317
This commit is contained in:
René Moser 2016-06-13 08:48:03 +02:00 committed by Matt Clay
parent 711e94346b
commit 20a1d49e2b

View file

@ -74,7 +74,8 @@ options:
default: jar
repository_url:
description:
- The URL of the Maven Repository to download from. Use s3://... if the repository is hosted on Amazon S3
- The URL of the Maven Repository to download from.
- Use s3://... if the repository is hosted on Amazon S3, added in version 2.2.
required: false
default: http://repo1.maven.org/maven2
username: