Skip to content

Commit

Permalink
version_compare -> version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 10, 2019
1 parent db299e2 commit d6c28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
roles:
- ../../
vars:
haproxy_version: "{{ (ansible_distribution_version is version_compare('12.04', '>')) | ternary(1.8, 1.7) }}"
haproxy_version: "{{ (ansible_distribution_version is version('12.04', '>')) | ternary(1.8, 1.7) }}"

0 comments on commit d6c28ca

Please sign in to comment.