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 f3e0292 commit fe7c5f9
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 @@ -39,7 +39,7 @@
loop_var: loop_distribution
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 fe7c5f9

Please sign in to comment.