roles/mariadb: Allow MariaDB repo installation on Debian and Ubuntu
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
c480075789
commit
9ad8209fd4
@ -4,7 +4,7 @@
|
|||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
- name: Add MariaDB 10.0 repo
|
- name: Add MariaDB 10.0 repo
|
||||||
apt_repository: repo="deb http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu {{ ansible_distribution_release }} main" state=present
|
apt_repository: repo="deb http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.0/{{ 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