Skip to content

Commit

Permalink
fix: typo in distribution_version
Browse files Browse the repository at this point in the history
  • Loading branch information
raleonardo authored Jan 16, 2020
1 parent 9d64511 commit c3f0bcb
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 c3f0bcb

Please sign in to comment.