Skip to content

Commit

Permalink
tomcat: update postgresql jar link
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Aug 2, 2021
1 parent 9fb7ee2 commit ef1cf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/tomcat/tasks/cadastrapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

- name: symlink postgresql.jar for jdbc/cadastrapp
file:
src: "{{ tomcat_basedir }}/georchestra/webapps/cadastrapp/WEB-INF/lib/postgresql-9.1-901-1.jdbc4.jar"
dest: /usr/share/tomcat9/lib/postgresql-9.1-901-1.jdbc4.jar
src: "{{ tomcat_basedir }}/georchestra/webapps/cadastrapp/WEB-INF/lib/postgresql-9.4-1205-jdbc4.jar"
dest: /usr/share/tomcat9/lib/postgresql-9.4-1205-jdbc4.jar
state: link

0 comments on commit ef1cf84

Please sign in to comment.