update MariaDB repo to use rolling updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user