fix: move netbox_branching to end of PLUGINS list (required)
All checks were successful
Build and Push Docker Images / build (push) Successful in 6s
All checks were successful
Build and Push Docker Images / build (push) Successful in 6s
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
# Liste des plugins activés
|
||||
# Doit correspondre aux packages installés dans plugin_requirements.txt
|
||||
# IMPORTANT: netbox_branching DOIT être le dernier plugin de la liste
|
||||
PLUGINS = [
|
||||
"netbox_branching",
|
||||
"netbox_bgp",
|
||||
"netbox_secrets",
|
||||
"netbox_topology_views",
|
||||
@@ -16,6 +16,7 @@ PLUGINS = [
|
||||
# "netbox_acls",
|
||||
# "netbox_qrcode",
|
||||
# "netbox_proxbox",
|
||||
"netbox_branching", # MUST be last
|
||||
]
|
||||
|
||||
# Configuration des plugins
|
||||
|
||||
Reference in New Issue
Block a user