Skip to content

Commit

Permalink
Merge pull request #1 from CoffeeITWorks/AgustinBentancor-patch-1
Browse files Browse the repository at this point in the history
Update main.yml to fix a deprecation warning
  • Loading branch information
AgustinBentancor authored Jul 24, 2019
2 parents c243248 + d4f5342 commit 5639680
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 @@ -2,7 +2,7 @@
- name: Check Ubuntu version
fail:
msg: '{{ ansible_distribution_version }} is not an acceptable version of Ubuntu for this role'
when: ansible_distribution_version|version_compare(15.04, '<')
when: ansible_distribution_version is version_compare(15.04, '<')

- name: Ensure old versions of Docker are not installed
package:
Expand Down

0 comments on commit 5639680

Please sign in to comment.