Add Fedora mysql vars so we get mariadb rather than mariadb-galera
This commit is contained in:
parent
3ccc2ae299
commit
6a985b9c6b
2 changed files with 8 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
6
test/integration/roles/setup_mysql_db/vars/Fedora.yml
Normal file
6
test/integration/roles/setup_mysql_db/vars/Fedora.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
mysql_service: 'mariadb'
|
||||
|
||||
mysql_packages:
|
||||
- mariadb-server
|
||||
- MySQL-python
|
||||
- bzip2
|
Loading…
Reference in a new issue