Skip to content

Commit

Permalink
fixed var
Browse files Browse the repository at this point in the history
  • Loading branch information
Quint committed Sep 7, 2021
1 parent 0131050 commit 08415ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
- name: Include distribution version specific variables
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution|lower }}{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family|lower }}{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_distribution_file_variety|lower }}{{ ansible_distribution_major_version }}.yml"

- name: Include distribution specific tasks
include_tasks: "{{ item }}"
with_first_found:
- files:
- "{{ ansible_distribution|lower }}{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family|lower }}{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_distribution|lower }}_repos.yml"
skip: yes

Expand Down

0 comments on commit 08415ba

Please sign in to comment.