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 dcd7255 commit 13ce11cCopy full SHA for 13ce11c
roles/prereqs/mysql_connector/tasks/main.yml
@@ -53,7 +53,7 @@
53
# MySql on rhel8 fix
54
- name: Fix MySQL on RHEL8
55
when:
56
- - ansible_distribution == "RedHat"
+ - ansible_os_family == "RedHat"
57
- ansible_distribution_major_version == "8"
58
block:
59
- name: Remove mariadb packages if needed
0 commit comments