mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
|
# MariaDB CentOS {{ ansible_distribution_major_version|int }} repository list
|
||
|
# http://mariadb.org/mariadb/repositories/
|
||
|
[mariadb]
|
||
|
name = MariaDB
|
||
|
baseurl = http://yum.mariadb.org/{{ mariadb_version }}/centos{{ ansible_distribution_major_version|int }}-amd64
|
||
|
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
|
||
|
gpgcheck=1
|