Skip to content

Commit

Permalink
added kvm support for 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed Sep 8, 2020
1 parent 2ebf416 commit 55edeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kvm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
when: ansible_facts['distribution'] == "Fedora" and ansible_facts['distribution_version']|int == 30

- include: install_Ubuntu.yml
when: ansible_facts['distribution'] == "Ubuntu" and ansible_facts['distribution_version'] == "18.04"
when: ansible_facts['distribution'] == "Ubuntu" and ansible_facts['distribution_version'] >= "18.04"

- include: install_Debian.yml
when: ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_version']|int >= 10
Expand Down

0 comments on commit 55edeb4

Please sign in to comment.