We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77405ab commit b2c8238Copy full SHA for b2c8238
tasks/main.yml
@@ -6,7 +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"
+ - "_{{ (ansible_os_family + '-' + ansible_distribution_major_version) | lower }}.yml"
10
- _default.yml
11
tags:
12
- configuration
0 commit comments