Skip to content

Commit 9d7d359

Browse files
committed
correct version check
1 parent cb0270b commit 9d7d359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/deploy_netbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
app_path: "{{ netbox_current_path }}/netbox"
249249
virtualenv: "{{ netbox_virtualenv_path }}"
250250
when:
251-
- netbox_stable and netbox_stable_version is version('3.4.5', '>')
251+
- netbox_stable and netbox_stable_version is version('3.4.4', '>')
252252
or netbox_git and _netbox_git_contains_reindex_lazy.rc == 0
253253

254254
become: true

0 commit comments

Comments
 (0)