debian: add support

This patch adds support for this role to be able to deploy on
Debian Stretch.

Change-Id: I1d218d3f7a43b59f39baaa9a76d1a73df52a0a99
Needed-By: I9a92b73c419a0dc1cca40dacfef75de61a61db94
This commit is contained in:
Mohammed Naser
2019-04-05 22:26:52 -04:00
parent e49687c20d
commit 3d8c1bf0fa

View File

@@ -77,7 +77,7 @@ galera_debconf_items:
vtype: "string" vtype: "string"
# Repositories # Repositories
_galera_repo_url: "http://{{ galera_repo_host }}/MariaDB/mariadb-{{ galera_major_version }}.{{ galera_minor_version }}/repo/ubuntu" _galera_repo_url: "http://{{ galera_repo_host }}/MariaDB/mariadb-{{ galera_major_version }}.{{ galera_minor_version }}/repo/{{ ansible_distribution | lower }}"
_galera_repo: _galera_repo:
repo: "deb {{ galera_repo_url }} {{ ansible_distribution_release }} main" repo: "deb {{ galera_repo_url }} {{ ansible_distribution_release }} main"
state: "present" state: "present"