Skip to content

Commit

Permalink
Merge pull request #979 from Azure/fix/978
Browse files Browse the repository at this point in the history
use archive site to get fix tomcat version
  • Loading branch information
xpillons authored Jul 22, 2022
2 parents 221f176 + 710de42 commit bb98d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/guacamole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

- name: Download tomcat
unarchive:
src: https://dlcdn.apache.org/tomcat/tomcat-9/v{{tomcat_version}}/bin/apache-tomcat-{{tomcat_version}}.tar.gz
src: https://archive.apache.org/dist/tomcat/tomcat-9/v{{tomcat_version}}/bin/apache-tomcat-{{tomcat_version}}.tar.gz
dest: /opt/tomcat
owner: tomcat
group: tomcat
Expand Down

0 comments on commit bb98d24

Please sign in to comment.