From d6bb9df6ec751f2af4f9212753d07665392ffb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Wed, 22 Mar 2023 20:36:56 +0100 Subject: fix(create-switch): Tags are not mandatory --- tools/netbox/scripts/create-switch/create-switch.py | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.3