Skip to content

Commit b2c8238

Browse files
committed
fix(rhel9_ci): updating first round values
1 parent 77405ab commit b2c8238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- "_{{ ansible_distribution_release }}.yml"
77
- "_{{ (ansible_distribution + '-' + ansible_distribution_major_version) | lower }}.yml"
88
- "_{{ ansible_distribution | lower }}.yml"
9-
- "_{{ ansible_os_family | lower }}.yml"
9+
- "_{{ (ansible_os_family + '-' + ansible_distribution_major_version) | lower }}.yml"
1010
- _default.yml
1111
tags:
1212
- configuration

0 commit comments

Comments
 (0)