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 01ab412 commit 0bd36c5Copy full SHA for 0bd36c5
tasks/main.yml
@@ -6,6 +6,7 @@
6
- "_{{ ansible_distribution_release }}.yml"
7
- "_{{ (ansible_distribution + '-' + ansible_distribution_major_version) | lower }}.yml"
8
- "_{{ ansible_distribution | lower }}.yml"
9
+ - "_{{ (ansible_os_family) | lower }}.yml"
10
- _default.yml
11
tags:
12
- configuration
vars/_rocky-9.yml renamed to vars/_redhat-9.yml
0 commit comments