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

pull/52476/head
Jordan Borean 7 years ago committed by GitHub
parent 8422e23533
commit 3ecd6e19f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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