Skip to content

Commit cf503fd

Browse files
authored
Update Project-02.MD
1 parent 787e206 commit cf503fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SimpeDevOpsProjects/Project-02.MD

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ create a copywarfile.yml on Ansible under /opt/playbooks
3434
become: true
3535
tasks:
3636
- name: copy jar/war onto tomcat servers
37-
copy:
38-
src: /op/playbooks/wabapp/target/webapp.war
39-
dest: /opt/apache-tomcat-8.5.32/webapps
37+
copy:
38+
src: /op/playbooks/wabapp/target/webapp.war
39+
dest: /opt/apache-tomcat-8.5.32/webapps
4040
```
4141
Add tomcat server details to /etc/ansible/hosts (if you are using other hosts file update server info there)
4242
```sh

0 commit comments

Comments
 (0)