Skip to content

Commit 13ce11c

Browse files
committed
Fix for MySQL on Rhel8 or Centos8
Signed-off-by: Chuck Levesque <clevesque@cloudera.com>
1 parent dcd7255 commit 13ce11c

File tree

1 file changed

+1
-1
lines changed
  • roles/prereqs/mysql_connector/tasks

1 file changed

+1
-1
lines changed

roles/prereqs/mysql_connector/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# MySql on rhel8 fix
5454
- name: Fix MySQL on RHEL8
5555
when:
56-
- ansible_distribution == "RedHat"
56+
- ansible_os_family == "RedHat"
5757
- ansible_distribution_major_version == "8"
5858
block:
5959
- name: Remove mariadb packages if needed

0 commit comments

Comments
 (0)