Skip to content

Commit b558aa5

Browse files
committed
removed debug task.
1 parent edaaca2 commit b558aa5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
## include OS family specific variables
1111

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-
1812
- name: include OS family/distribution specific variables
1913
include_vars: "{{ item }}"
2014
with_first_found:

0 commit comments

Comments
 (0)