Skip to content

Commit 72d6da3

Browse files
committed
Another attempt to get tests passing for RHEL.
1 parent a7cdfef commit 72d6da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Include version-specific variables for RedHat.
88
- name: Include OS-specific variables (RedHat).
9-
include_vars: "{{ ansible_os_family }}-{{ ansible_lsb.major_release }}.yml"
9+
include_vars: "{{ ansible_os_family }}-{{ ansible_distribution_version|slice(1) }}.yml"
1010
when: ansible_os_family == "RedHat"
1111

1212
- name: Define mysql_packages.

0 commit comments

Comments
 (0)