Skip to content

Commit

Permalink
Update main.yml (#15)
Browse files Browse the repository at this point in the history
Fix wrong version checked
  • Loading branch information
iummit authored and florianutz committed May 6, 2019
1 parent b8f9c89 commit e2d5b02
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 18.04. {{ ansible_distribution }} {{ ansible_distribution_major_version }} is not supported."
when:
- not ansible_distribution == "Ubuntu"
- not ansible_distribution_release == "xenial"
- not ansible_distribution_release == "bionic"
tags:
- always

Expand Down

0 comments on commit e2d5b02

Please sign in to comment.