Commit 55e4f5dd by Carson Gee

Minor update and typo fix for mariadb

parent 913df64a
......@@ -119,5 +119,5 @@ mariadb_solo_packages:
- mariadb-server
mariadb_cluster_packages:
- mariadb-galera-server
- galera
- mariadb-galera-server-10.0
- galera-3
......@@ -25,7 +25,7 @@
apt: name={{ item }} state=present
with_items: mariadb_debian_pkgs
- name: Add mongo key
- name: Add mariadb apt key
apt_key: url="{{ COMMON_UBUNTU_APT_KEYSERVER }}{{ MARIADB_APT_KEY_ID }}"
- name: add the mariadb repo to the sources list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment