We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787e206 commit cf503fdCopy full SHA for cf503fd
SimpeDevOpsProjects/Project-02.MD
@@ -34,9 +34,9 @@ create a copywarfile.yml on Ansible under /opt/playbooks
34
become: true
35
tasks:
36
- 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
+ copy:
+ src: /op/playbooks/wabapp/target/webapp.war
+ dest: /opt/apache-tomcat-8.5.32/webapps
40
```
41
Add tomcat server details to /etc/ansible/hosts (if you are using other hosts file update server info there)
42
```sh
0 commit comments