mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
alternatives - fix OpenSUSE dir on newer distros (#52458)
This commit is contained in:
parent
8422e23533
commit
3ecd6e19f7
2 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
- include_vars: '{{ item }}'
|
- include_vars: '{{ item }}'
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- files:
|
- files:
|
||||||
|
- '{{ ansible_os_family }}-{{ ansible_distribution_version }}.yml'
|
||||||
- '{{ ansible_os_family }}.yml'
|
- '{{ ansible_os_family }}.yml'
|
||||||
- 'default.yml'
|
- 'default.yml'
|
||||||
paths: '../vars'
|
paths: '../vars'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue