Skip to content

Commit c82d83c

Browse files
committed
[geerlingguyGH-206][geerlingguyGH-207] aligned syntax of new with original variables by adding double quotes
1 parent 1cfb2fd commit c82d83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ mysql_query_cache_limit: "1M"
6464
mysql_max_connections: "151"
6565
mysql_tmp_table_size: "16M"
6666
mysql_max_heap_table_size: "16M"
67-
mysql_group_concat_max_len: 1024
68-
mysql_join_buffer_size: 262144
67+
mysql_group_concat_max_len: "1024"
68+
mysql_join_buffer_size: "262144"
6969

7070
# Other settings.
7171
mysql_lower_case_table_names: "0"

0 commit comments

Comments
 (0)