File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 23
23
mysql_slow_query_log_file : " {{ __mysql_slow_query_log_file }}"
24
24
when : mysql_slow_query_log_file is not defined
25
25
26
+ - name : Define mysql_supports_innodb_large_prefix.
27
+ set_fact :
28
+ mysql_supports_innodb_large_prefix : " {{ __mysql_supports_innodb_large_prefix }}"
29
+ when : mysql_supports_innodb_large_prefix is not defined
30
+
26
31
# Setup/install tasks.
27
32
- include : setup-RedHat.yml
28
33
when : ansible_os_family == 'RedHat'
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ __mysql_slow_query_log_file: /var/log/mysql/mysql-slow.log
7
7
mysql_config_file : /etc/mysql/my.cnf
8
8
mysql_config_include_dir : /etc/mysql/conf.d
9
9
mysql_socket : /var/run/mysqld/mysqld.sock
10
- mysql_supports_innodb_large_prefix : true
10
+ __mysql_supports_innodb_large_prefix : true
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ __mysql_slow_query_log_file: /var/log/mysql-slow.log
7
7
mysql_config_file : /etc/my.cnf
8
8
mysql_config_include_dir : /etc/my.cnf.d
9
9
mysql_socket : /var/lib/mysql/mysql.sock
10
- mysql_supports_innodb_large_prefix : false
10
+ __mysql_supports_innodb_large_prefix : false
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ mysql_pid_file: /var/run/mariadb/mariadb.pid
13
13
mysql_config_file : /etc/my.cnf
14
14
mysql_config_include_dir : /etc/my.cnf.d
15
15
mysql_socket : /var/lib/mysql/mysql.sock
16
- mysql_supports_innodb_large_prefix : true
16
+ __mysql_supports_innodb_large_prefix : true
You can’t perform that action at this time.
0 commit comments