mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix broken examples in docs
This commit is contained in:
@@ -99,11 +99,11 @@ options:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Download the latest version of the commons-collections artifact from Maven Central
|
||||
- maven_artifact: group_id=org.apache.commons artifact_id=commons-collections dest=/tmp/commons-collections-latest.jar
|
||||
# Download the latest version of the JUnit framework artifact from Maven Central
|
||||
- maven_artifact: group_id=junit artifact_id=junit dest=/tmp/junit-latest.jar
|
||||
|
||||
# Download Apache Commons-Collections 3.2 from Maven Central
|
||||
- maven_artifact: group_id=org.apache.commons artifact_id=commons-collections version=3.2 dest=/tmp/commons-collections-3.2.jar
|
||||
# Download JUnit 4.11 from Maven Central
|
||||
- maven_artifact: group_id=junit artifact_id=junit version=4.11 dest=/tmp/junit-4.11.jar
|
||||
|
||||
# Download an artifact from a private repository requiring authentication
|
||||
- maven_artifact: group_id=com.company artifact_id=library-name repository_url=https://repo.company.com/maven username=user password=pass dest=/tmp/library-name-latest.jar
|
||||
|
||||
Reference in New Issue
Block a user