Skip to content

Commit

Permalink
fix distribution_version
Browse files Browse the repository at this point in the history
Co-Authored-By: mleutenegger <[email protected]>
  • Loading branch information
sbaerlocher and mleutenegger committed Jul 19, 2019
1 parent 131edd8 commit f3e0292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
include_tasks: '{{ loop_distribution }}'
with_first_found:
- files:
- '{{ distribution }}-{{ distribution_verion }}.yml'
- '{{ distribution }}-{{ distribution_version }}.yml'
- '{{ distribution }}-{{ distribution_major_version }}.yml'
- '{{ distribution }}.yml'
- '{{ ansible_os_family }}.yml'
Expand Down

0 comments on commit f3e0292

Please sign in to comment.