File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 10
10
- MOLECULE_DISTRO : centos6
11
11
- MOLECULE_DISTRO : ubuntu1804
12
12
- MOLECULE_DISTRO : ubuntu1604
13
- # - MOLECULE_DISTRO: debian9
13
+ - MOLECULE_DISTRO : debian10
14
14
15
15
install :
16
16
# Install test dependencies.
Original file line number Diff line number Diff line change 4
4
include_vars : " {{ item }}"
5
5
with_first_found :
6
6
- files :
7
+ - " vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
7
8
- " vars/{{ ansible_os_family }}.yml"
8
9
skip : true
9
- when : ansible_os_family != "RedHat"
10
-
11
- - name : Include OS-specific variables (RedHat).
12
- include_vars : " {{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
13
- when : ansible_os_family == "RedHat"
14
10
15
11
- name : Define mysql_packages.
16
12
set_fact :
Original file line number Diff line number Diff line change
1
+ ---
2
+ __mysql_daemon : mariadb
3
+ __mysql_packages :
4
+ - default-mysql-server
5
+ mysql_log_file_group : adm
6
+ __mysql_slow_query_log_file : /var/log/mysql/mysql-slow.log
7
+ __mysql_log_error : /var/log/mysql/mysql.log
8
+ __mysql_syslog_tag : mariadb
9
+ __mysql_pid_file : /var/run/mysql/mysql.pid
10
+ __mysql_config_file : /etc/my.cnf
11
+ __mysql_config_include_dir : /etc/my.cnf.d
12
+ __mysql_socket : /var/lib/mysql/mysql.sock
13
+ __mysql_supports_innodb_large_prefix : true
You can’t perform that action at this time.
0 commit comments