Skip to content

Commit 2e3980f

Browse files
author
lerndevops
authored
Update tomcat.yml
1 parent c6482ef commit 2e3980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/playbooks/tomcat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
group: tomcat
2020
createhome: no
2121
- name: Download Tomcat
22-
get_url: url=https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.40/bin/apache-tomcat-8.5.40.tar.gz dest=/opt/apache-tomcat-8.5.40.tar.gz
22+
get_url: url=https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.40/bin/apache-tomcat-8.5.40.tar.gz dest=/opt/apache-tomcat-8.5.40.tar.gz
2323
#copy:
2424
# src: /tmp/apache-tomcat-8.5.40.tar.gz
2525
# dest: /opt

0 commit comments

Comments
 (0)