Skip to content

Commit

Permalink
Fix compare
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Feb 2, 2023
1 parent a9fe8ee commit 9575946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
set_fact:
update: true
force_update: true
when: current_version is version_compare(available_version, 'gt')
when: current_version is version(available_version, '<')

0 comments on commit 9575946

Please sign in to comment.