Skip to content

Commit

Permalink
orasw_meta: Removed warning from ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Feb 8, 2024
1 parent 14572e7 commit efda2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/assert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "orasw_meta: Removed warning from ansible (oravirt#409)"
2 changes: 1 addition & 1 deletion roles/orasw_meta/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ansible.builtin.assert:
quiet: true
that:
- "ansible_version.full is version('{{ _ao_ansible_executable_min_version }}', '>=')"
- ansible_version.full is version(_ao_ansible_executable_min_version , '>=')
fail_msg: "Found version {{ ansible_version.full }} expected {{ _ao_ansible_executable_min_version }} or newer"
vars:
_ao_ansible_executable_min_version: 2.14
Expand Down

0 comments on commit efda2f9

Please sign in to comment.