Skip to content

Commit

Permalink
Update maven URL (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jun 13, 2023
1 parent 6e7862e commit 348b26c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

- name: Download Apache Maven v3.6.3
get_url:
url: https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
url: https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
dest: /tmp/
checksum: sha512:c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
when: maven_installed.rc != 0 and ansible_distribution != "Solaris"
tags: maven

- name: Download Apache Maven v3.6.3 (Solaris)
command: wget https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz -O /tmp/apache-maven-3.6.3-bin.tar.gz
command: wget https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz -O /tmp/apache-maven-3.6.3-bin.tar.gz
when: maven_installed.rc != 0 and ansible_distribution == "Solaris"
tags: maven

Expand Down

0 comments on commit 348b26c

Please sign in to comment.