We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192137b commit 21445e7Copy full SHA for 21445e7
templates/configuration.py.j2
@@ -40,7 +40,7 @@ DATABASE = {
40
REDIS = {
41
{# https://github.com/netbox-community/netbox/pull/4366 #}
42
{% if netbox_stable and netbox_stable_version is version('2.7.11', '>=') or
43
- netbox_git and _netbox_git_contains_tasks_rename %}
+ netbox_git and _netbox_git_contains_tasks_rename.rc == 0 %}
44
'tasks': {
45
{% else %}
46
'webhooks': {
0 commit comments