Skip to content

Commit

Permalink
correct version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-8 committed Jun 25, 2024
1 parent cb0270b commit 9d7d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy_netbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
app_path: "{{ netbox_current_path }}/netbox"
virtualenv: "{{ netbox_virtualenv_path }}"
when:
- netbox_stable and netbox_stable_version is version('3.4.5', '>')
- netbox_stable and netbox_stable_version is version('3.4.4', '>')
or netbox_git and _netbox_git_contains_reindex_lazy.rc == 0

become: true
Expand Down

0 comments on commit 9d7d359

Please sign in to comment.