update MariaDB repo to use rolling updates

This commit is contained in:
Oli
2025-06-05 22:51:25 +00:00
parent b576441879
commit 62fabb2277
2 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,14 @@
- name: Add MariaDB Repository
apt_repository:
repo: "deb [arch={{ architecture_alias }} signed-by=/usr/share/keyrings/mariadb_release_signing_key.gpg] \
https://mirrors.n-ix.net/mariadb/repo/{{ mariadb_server_version }}/ubuntu {{ ansible_distribution_release }} main/debug"
https://dlm.mariadb.com/repo/mariadb-server/{{ mariadb_server_version }}/repo/ubuntu {{ ansible_distribution_release }} main"
state: present
update_cache: true
- name: Add MariaDB Debug Repository
apt_repository:
repo: "deb [arch={{ architecture_alias }} signed-by=/usr/share/keyrings/mariadb_release_signing_key.gpg] \
https://dlm.mariadb.com/repo/mariadb-server/{{ mariadb_server_version }}/repo/ubuntu {{ ansible_distribution_release }} main/debug"
state: present
update_cache: true

View File

@@ -1,7 +1,7 @@
---
# MariaDB
mariadb_server_version: "10.10"
mariadb_server_version: "11.rolling"
mariadb_config:
# - name: unix_socket_directories
# value: default # comma-separated list of directories. default: "/var/run/mariadb"