From 756b5104142feac1ace9f4670a91fe1841f879ec Mon Sep 17 00:00:00 2001 From: Lucas Melchior Date: Mon, 17 Jul 2017 16:33:28 -0500 Subject: [PATCH] fixed formatting for maven_artifact synopsis --- lib/ansible/modules/packaging/language/maven_artifact.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/packaging/language/maven_artifact.py b/lib/ansible/modules/packaging/language/maven_artifact.py index 39d5402e39..5f92df27ea 100644 --- a/lib/ansible/modules/packaging/language/maven_artifact.py +++ b/lib/ansible/modules/packaging/language/maven_artifact.py @@ -23,9 +23,9 @@ module: maven_artifact short_description: Downloads an Artifact from a Maven Repository version_added: "2.0" description: - - Downloads an artifact from a maven repository given the maven coordinates provided to the module. Can retrieve - - snapshots or release versions of the artifact and will resolve the latest available version if one is not - - available. + - Downloads an artifact from a maven repository given the maven coordinates provided to the module. + - Can retrieve snapshots or release versions of the artifact and will resolve the latest available + version if one is not available. author: "Chris Schmidt (@chrisisbeef)" requirements: - "python >= 2.6"