aboutsummaryrefslogtreecommitdiffstats
path: root/tools/netbox/scripts/create-switch/create-switch.py
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2023-03-22 20:36:56 +0100
committerHåkon Solbjørg <hakon@solbj.org>2023-03-22 20:36:56 +0100
commitd6bb9df6ec751f2af4f9212753d07665392ffb90 (patch)
treea6747ecc5d0e258e0443abd678ade43831380cdf /tools/netbox/scripts/create-switch/create-switch.py
parentbbfdb2142951a2f943b99fa164899b716134eec8 (diff)
fix(create-switch): Tags are not mandatory
Diffstat (limited to 'tools/netbox/scripts/create-switch/create-switch.py')
-rw-r--r--tools/netbox/scripts/create-switch/create-switch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/netbox/scripts/create-switch/create-switch.py b/tools/netbox/scripts/create-switch/create-switch.py
index 4945013..0391653 100644
--- a/tools/netbox/scripts/create-switch/create-switch.py
+++ b/tools/netbox/scripts/create-switch/create-switch.py
@@ -91,6 +91,7 @@ class CreateSwitch(Script):
tags = MultiObjectVar(
description="Tags to be sent to Gondul. These are used for templating, so be sure what they do.",
model=Tag,
+ required=False,
)
def run(self, data, commit):