Skip to content

Commit

Permalink
Fix installing custom JDBC driver (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan-patou authored Dec 6, 2023
1 parent 356f47a commit de91f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/repository/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@

- name: Copy db_connector_repo to {{ tomcat_config_dir }}/lib/ folder
ansible.builtin.copy:
src: "{{ inventory_dir }}/configuration_files/db_connector_repo/"
src: "{{ role_path }}/../../configuration_files/db_connector_repo/"
dest: "{{ tomcat_config_dir }}/lib/"
owner: "{{ username }}"
group: "{{ group_name }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/sync/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

- name: Copy db_connector to {{ sync_home }}/service-sync/connectors folder
ansible.builtin.copy:
src: "{{ inventory_dir }}/configuration_files/db_connector_sync/"
src: "{{ role_path }}/../../configuration_files/db_connector_sync/"
dest: "{{ sync_home }}/service-sync/connectors/"
owner: "{{ username }}"
group: "{{ group_name }}"
Expand Down

0 comments on commit de91f58

Please sign in to comment.