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.
2 parents 578a15b + 723afed commit 1e63481Copy full SHA for 1e63481
tasks/main.yml
@@ -12,8 +12,8 @@
12
- name: include OS family/distribution specific variables
13
include_vars: "{{ item }}"
14
with_first_found:
15
- - "defaults/{{ ansible_os_family | lower }}-{{ ansible_distribution | lower }}.yml"
16
- - "defaults/{{ ansible_os_family | lower }}.yml"
+ - "{{ role_path }}/defaults/{{ ansible_os_family | lower }}-{{ ansible_distribution | lower }}.yml"
+ - "{{ role_path }}/defaults/{{ ansible_os_family | lower }}.yml"
17
tags: installation
18
19
- include: debug.yml
0 commit comments