Skip to content

Commit

Permalink
Merge pull request #19 from raleonardo/patch-1
Browse files Browse the repository at this point in the history
fix: typo in distribution_version
  • Loading branch information
sbaerlocher authored Jan 16, 2020
2 parents ae9119c + c3f0bcb commit 189c02a
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 @@ -5,7 +5,7 @@
include_vars: '{{ loop_vars }}'
with_first_found:
- files:
- '{{ distribution }}-{{ distribution_verion }}.yml'
- '{{ distribution }}-{{ distribution_version }}.yml'
- '{{ distribution }}-{{ distribution_major_version }}.yml'
- '{{ distribution }}.yml'
- '{{ ansible_os_family }}.yml'
Expand All @@ -17,7 +17,7 @@
loop_var: loop_vars
vars:
distribution: '{{ ansible_distribution }}'
distribution_verion: '{{ ansible_distribution_version }}'
distribution_version: '{{ ansible_distribution_version }}'
distribution_major_version: '{{ ansible_distribution_major_version }}'
tags:
- configuration
Expand Down

0 comments on commit 189c02a

Please sign in to comment.