Skip to content

Commit

Permalink
Commented application.properties file deployment section
Browse files Browse the repository at this point in the history
  • Loading branch information
devopshydclub authored Sep 23, 2020
1 parent d226355 commit 50e1614
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ansible/vpro-app-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
tags:
- deploy

- name: Deploy web configuration file
template:
src: templates/application.j2
dest: /usr/local/tomcat8/webapps/ROOT/WEB-INF/classes/application.properties
force: yes
notify:
- Restart Tomcat
tags:
- deploy
# - name: Deploy web configuration file
# template:
# src: templates/application.j2
# dest: /usr/local/tomcat8/webapps/ROOT/WEB-INF/classes/application.properties
# force: yes
# notify:
# - Restart Tomcat
# tags:
# - deploy

handlers:
- name: Restart Tomcat
Expand Down

0 comments on commit 50e1614

Please sign in to comment.