roles/mariadb: Use MariaDB 10.2 from vendor repo
I can't remember right now why I needed to use Debian's MariaDB build but now I just want to use upstream's latest stable. Debian's version is 10.1 and upstream has moved on to 10.2.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
# {{ ansible_managed }}
|
||||
{% if ansible_distribution == 'Ubuntu' %}
|
||||
|
||||
deb [arch=amd64,i386] http://mariadb.mirror.serveriai.lt/repo/10.1/ubuntu {{ ansible_distribution_release }} main
|
||||
deb [arch=amd64,i386] http://mariadb.mirror.serveriai.lt/repo/10.2/ubuntu {{ ansible_distribution_release }} main
|
||||
|
||||
{% elif ansible_distribution == 'Debian' %}
|
||||
|
||||
deb [arch=amd64,i386] http://mariadb.mirror.serveriai.lt/repo/10.1/debian {{ ansible_distribution_release }} main
|
||||
deb [arch=amd64,i386] http://mariadb.mirror.serveriai.lt/repo/10.2/debian {{ ansible_distribution_release }} main
|
||||
|
||||
{% endif %} {# ansible_distribution #}
|
||||
|
Reference in New Issue
Block a user