Commit 6a985b9c by Toshio Kuratomi

Add Fedora mysql vars so we get mariadb rather than mariadb-galera

parent 3ccc2ae2
......@@ -20,7 +20,9 @@
- include_vars: '{{ item }}'
with_first_found:
- files:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_distribution }}.yml'
- '{{ ansible_os_family }}.yml'
paths: '../vars'
......
mysql_service: 'mariadb'
mysql_packages:
- mariadb-server
- MySQL-python
- bzip2
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