mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
doc: maven_artifact: add a note about s3 support since version 2.2 (#2417)
See #2317
This commit is contained in:
@@ -74,7 +74,8 @@ options:
|
|||||||
default: jar
|
default: jar
|
||||||
repository_url:
|
repository_url:
|
||||||
description:
|
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
|
required: false
|
||||||
default: http://repo1.maven.org/maven2
|
default: http://repo1.maven.org/maven2
|
||||||
username:
|
username:
|
||||||
|
|||||||
Reference in New Issue
Block a user