Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
tasks:
- name: download tomcat from dlcdn
get_url:
url: "https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.87/bin/apache-tomcat-9.0.87.tar.gz"
url: "https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.87/bin/apache-tomcat-9.0.96.tar.gz"
dest: "/root/"

- name: untar the apache file
command: tar -zxvf apache-tomcat-9.0.87.tar.gz
command: tar -zxvf apache-tomcat-9.0.96.tar.gz


- name: rename the tomcat
command: mv apache-tomcat-9.0.87 tomcat
command: mv apache-tomcat-9.0.96 tomcat
tags: abc

- name: install java
Expand Down