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.
2 parents f94f3a6 + 290d9f0 commit 27336a8Copy full SHA for 27336a8
tasks/main.yml
@@ -5,7 +5,7 @@
5
when: ansible_os_family != "RedHat"
6
7
- name: Include OS-specific variables (RedHat).
8
- include_vars: "{{ ansible_os_family }}-{{ ansible_lsb.major_release }}.yml"
+ include_vars: "{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
9
when: ansible_os_family == "RedHat"
10
11
- name: Define mysql_packages.
0 commit comments