alternatives - fix OpenSUSE dir on newer distros (#52458) (#52462)

(cherry picked from commit 3ecd6e19f7)
pull/52546/head
Jordan Borean 7 years ago committed by Matt Davis
parent 8ef2d6d3e0
commit fc21a94613

@ -1,6 +1,7 @@
- include_vars: '{{ item }}'
with_first_found:
- files:
- '{{ ansible_os_family }}-{{ ansible_distribution_version }}.yml'
- '{{ ansible_os_family }}.yml'
- 'default.yml'
paths: '../vars'

Loading…
Cancel
Save