roles/mariadb: Upgrade to MariaDB 10.1
10.1 was marked as stable: https://blog.mariadb.org/mariadb-10-1-is-stable-ga/ Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
229dd499dd
commit
13a1889017
@ -3,8 +3,8 @@
|
|||||||
apt_key: id=0xcbcb082a1bb943db url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcbcb082a1bb943db
|
apt_key: id=0xcbcb082a1bb943db url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcbcb082a1bb943db
|
||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
- name: Add MariaDB 10.0 repo
|
- name: Add MariaDB 10.1 repo
|
||||||
apt_repository: repo="deb http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.0/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main" state=present
|
apt_repository: repo="deb http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.1/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main" state=present
|
||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
- name: Install mariadb-server
|
- name: Install mariadb-server
|
||||||
|
Loading…
Reference in New Issue
Block a user