fixed formatting for maven_artifact synopsis
This commit is contained in:
parent
9339b0f4a7
commit
756b510414
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ module: maven_artifact
|
||||||
short_description: Downloads an Artifact from a Maven Repository
|
short_description: Downloads an Artifact from a Maven Repository
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- Downloads an artifact from a maven repository given the maven coordinates provided to the module. Can retrieve
|
- Downloads an artifact from a maven repository given the maven coordinates provided to the module.
|
||||||
- snapshots or release versions of the artifact and will resolve the latest available version if one is not
|
- Can retrieve snapshots or release versions of the artifact and will resolve the latest available
|
||||||
- available.
|
version if one is not available.
|
||||||
author: "Chris Schmidt (@chrisisbeef)"
|
author: "Chris Schmidt (@chrisisbeef)"
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
|
|
Loading…
Reference in a new issue