Skip to content

Commit

Permalink
Edit meta, debug OS variables inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
E-VANCE committed Jul 23, 2021
1 parent b96feda commit e9c59f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- trusty
- xenial
- bionic
galaxy_tags:
Expand Down
11 changes: 6 additions & 5 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
- name: Gather OS specific variables
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}.yml"
include_vars: "{{ ansible_os_family }}.yml"
# include_vars: "{{ item }}"
# with_first_found:
# - "{{ ansible_os_family }}.yml"
# - "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
# - "{{ ansible_distribution }}.yml"
tags:
- vars

Expand Down

0 comments on commit e9c59f2

Please sign in to comment.