Merge pull request 'Default to mariadb 10.11' (#8) from staging into main
Reviewed-on: #8 Reviewed-by: meaz <meaz@no-reply@disroot.org>
This commit is contained in:
commit
2338857e62
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
|
||||
# MariaDB repository
|
||||
#MariaDB repository
|
||||
mariadb_set_repository: True
|
||||
mariadb_version: 10.5
|
||||
mariadb_version: 10.11
|
||||
mariadb_repo: 'deb https://dlm.mariadb.com/repo/mariadb-server/{{ mariadb_version }}/repo/debian {{ansible_distribution_release }} main'
|
||||
mariadb_repo_key_id: '0xF1656F24C74CD1D8'
|
||||
mariadb_repo_key_url: 'keyserver.ubuntu.com'
|
||||
|
|
Loading…
Reference in a new issue