Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Using tests as filters is deprecated
Browse files Browse the repository at this point in the history
This causes failure of the "Check Ansible version" task.
  • Loading branch information
racke committed Feb 12, 2020
1 parent 49160d3 commit 1fb1dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
tasks:
- name: Check Ansible version
assert:
that: "ansible_version.full | version_compare('2.5.0', '>=')"
that: "ansible_version.full is version_compare('2.5.0', '>=')"
msg: "This playbook requires Ansible 2.5.0 or greater."

- name: Get Jinja2 version
Expand Down

0 comments on commit 1fb1dc0

Please sign in to comment.