Skip to content

Commit

Permalink
Update main.yml (#34)
Browse files Browse the repository at this point in the history
Found a invisible chars in the code
{{<C2><A0>ansible_distribution_major_version }}"
  • Loading branch information
Kallio authored and oscarkraemer committed Oct 18, 2019
1 parent 82445db commit 615f7fc
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 @@ -21,7 +21,7 @@

- name: group hypervisors by distro
group_by:
key: "os_{{ ansible_distribution }}_{{ ansible_distribution_major_version }}"
key: "os_{{ ansible_distribution }}_{{ ansible_distribution_major_version }}"

- name: Check if VM exists already
virt:
Expand Down

0 comments on commit 615f7fc

Please sign in to comment.