Commit graph

20 commits

Author SHA1 Message Date
Gonçalo Luiz
711e94346b added s3 download support to maven module (#2317)
* added s3 download support

* removed extraneous import
2016-12-08 11:34:22 -05:00
Chris Weber
c3a1efee4f Fixed exception compatablity for py3 (and 2.4 in yum_repository.py) (#2369)
* Fixed exception compatablity for py3 (and 2.4 in yum_repository.py)

* Moved Import
2016-12-08 11:34:20 -05:00
Dag Wieers
0e3713971a Convert module to work with python 2.4 and fix a bug (#2251)
- Avoiding the use of 'with ... as ...' and 'except ... as ...' constructs.

- Make use of posixpath.join() rather than concatenating slashes ourselves
  (To avoid having consecutive slashes which broke something on our side)
2016-12-08 11:34:16 -05:00
Gonçalo Luiz
8a1aee53bc fixed not resolving latest to snapshot for MD5 check when the file ex… 2016-12-08 11:34:11 -05:00
Emil Bostijancic
3d24895606 Fixes maven_artifact - verify_md5 only called for SNAPSHOT
* fixed https://github.com/ansible/ansible-modules-extras/issues/2066

* fixes https://github.com/ansible/ansible-modules-extras/issues/2066
2016-12-08 11:34:08 -05:00
Michael Scherer
4c63a958e5 Use no_log for the password for maven_artifact module 2016-12-08 11:33:59 -05:00
Charles Paul
3cd6e4c1f8 make dest use path type
path type
2016-12-08 11:33:42 -05:00
Kirill Kozlov
6f663fa7bf Set latest as version argument default value 2016-12-08 11:33:38 -05:00
Michal Svab
5f743c4fdc maven_artifact: check whether snapshot is the latest snapshot 2016-12-08 11:33:38 -05:00
Kirill Kozlov
426613b00d Fix broken examples in docs 2016-12-08 11:33:32 -05:00
Brian Coca
b7372b509a corrected extension in module spec fixes #1190 2016-12-08 11:33:31 -05:00
Gerard Lynch
d17fa53764 fix param description rst syntax 2016-12-08 11:33:19 -05:00
sirkubax
83b03752c5 QuickFix of issue 813 2016-12-08 11:33:11 -05:00
Toshio Kuratomi
de2f9ed5ff Port maven_artifact to fetch_url 2016-12-08 11:33:02 -05:00
Greg DeKoenigsberg
c65a612d1f Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
NewGyu
80c75bd66f fix cannot download SNAPSHOT version 2016-12-08 11:32:49 -05:00
Brian Coca
d344a3fde3 more string corrections 2016-12-08 11:32:39 -05:00
Toshio Kuratomi
a8c12ec097 Add python >= 2.6 to documented deps 2016-12-08 11:32:36 -05:00
Brian Coca
c04e95865a remove x bit 2016-12-08 11:32:30 -05:00
Brian Coca
bed45f3ce9 moved to 2016-12-08 11:32:30 -05:00
Renamed from lib/ansible/modules/extras/packaging/maven_artifact.py (Browse further)