Skip to content

Commit

Permalink
Change release to focal (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
a7i authored Oct 12, 2020
1 parent 1619060 commit 5e2324f
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 @@ -5,7 +5,7 @@
msg: "This role can only be run agaist Ubuntu 20.04. {{ ansible_distribution }} {{ ansible_distribution_major_version }} is not supported."
when:
- not ansible_distribution == "Ubuntu"
- not ansible_distribution_release == "bionic"
- not ansible_distribution_release == "focal"
tags:
- always

Expand Down

0 comments on commit 5e2324f

Please sign in to comment.