mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add Fedora mysql vars so we get mariadb rather than mariadb-galera
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user