Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 35f1f55

Browse files
authored
Fix wrong directory for jdbc drivers download
1 parent ced7c2e commit 35f1f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/setup_drivers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- name: "Ensure additional drivers are installed"
1919
maven_artifact:
20-
dest: "{{ __flyway_default_jars_folder }}/"
20+
dest: "{{ __flyway_default_drivers_folder }}/"
2121
group_id: "{{ item.group_id | mandatory }}"
2222
artifact_id: "{{ item.artifact_id | mandatory }}"
2323
version: "{{ item.version | mandatory }}"

0 commit comments

Comments
 (0)