Skip to content

Commit

Permalink
Fix mariadb repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Mar 7, 2025
1 parent 9ea9775 commit 5faf522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/db_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
- name: Install mariadb repo
apt_repository:
filename: "mariadb"
repo: "deb https://deb.mariadb.org/10.11/debian {{debian_dist}} main"
repo: "deb https://mirror.mariadb.org/repo/10.11/debian {{debian_dist}} main"
update_cache: true

- name: Create mariadb.service.d directory
Expand Down

0 comments on commit 5faf522

Please sign in to comment.