diff --git a/netbox_agent/cli.py b/netbox_agent/cli.py index f277533e..a24ae89d 100644 --- a/netbox_agent/cli.py +++ b/netbox_agent/cli.py @@ -52,6 +52,7 @@ def run(config): or config.update_location or config.update_inventory or config.update_psu + or config.update_hypervisor ): server.netbox_create_or_update(config) if config.debug: