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 1d3b2a4 commit e3cd60cCopy full SHA for e3cd60c
tasks/main.yml
@@ -2,11 +2,6 @@
2
# Variable configuration.
3
- include: variables.yml
4
5
-- name: Define mysql_supports_innodb_large_prefix.
6
- set_fact:
7
- mysql_supports_innodb_large_prefix: "{{ __mysql_supports_innodb_large_prefix }}"
8
- when: mysql_supports_innodb_large_prefix is not defined
9
-
10
# Setup/install tasks.
11
- include: setup-RedHat.yml
12
when: ansible_os_family == 'RedHat'
0 commit comments