We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde1ba5 commit 6a2e9c4Copy full SHA for 6a2e9c4
tasks/variables.yml
@@ -52,3 +52,8 @@
52
set_fact:
53
mysql_socket: "{{ __mysql_socket }}"
54
when: mysql_socket is not defined
55
+
56
+- name: Define mysql_supports_innodb_large_prefix.
57
+ set_fact:
58
+ mysql_supports_innodb_large_prefix: "{{ __mysql_supports_innodb_large_prefix }}"
59
+ when: mysql_supports_innodb_large_prefix is not defined
0 commit comments