Skip to content

Commit

Permalink
fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Jul 10, 2024
1 parent dd867c6 commit 3ab1bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/loki/tasks/download/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- name: assert loki version 3.x
ansible.builtin.assert:
that:
- loki_version is version_compare("3", "==")
- loki_version is not version_compare("3.0", ">=")
msg: Loki version 3 is currently not supported!
quiet: true

Expand Down

0 comments on commit 3ab1bce

Please sign in to comment.