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.
1 parent edaaca2 commit b558aa5Copy full SHA for b558aa5
tasks/main.yml
@@ -9,12 +9,6 @@
9
10
## include OS family specific variables
11
12
-- debug:
13
- msg="{{ item }}"
14
- with_items:
15
- - "vars/{{ ansible_os_family | lower }}-{{ ansible_distribution | lower }}.yml"
16
- - "vars/{{ ansible_os_family | lower }}.yml"
17
-
18
- name: include OS family/distribution specific variables
19
include_vars: "{{ item }}"
20
with_first_found:
0 commit comments