Skip to content

Commit e3cd60c

Browse files
author
JvE
committed
Remove obsolete variable assignment
1 parent 1d3b2a4 commit e3cd60c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tasks/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
# Variable configuration.
33
- include: variables.yml
44

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-
105
# Setup/install tasks.
116
- include: setup-RedHat.yml
127
when: ansible_os_family == 'RedHat'

0 commit comments

Comments
 (0)