Skip to content

Commit 883da9c

Browse files
committed
Fix invalidate cache task for git deployments
Closes #145
1 parent dbead68 commit 883da9c

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
@@ -211,7 +211,7 @@
211211
virtualenv: "{{ netbox_virtualenv_path }}"
212212
when:
213213
- netbox_stable and netbox_stable_version is version('3.0.0', '<')
214-
or netbox_git and _netbox_git_contains_invalidate_removed.rc == 0
214+
or netbox_git and _netbox_git_contains_invalidate_removed.rc != 0
215215

216216

217217
become: true

0 commit comments

Comments
 (0)