From cfaf91977837227cda5196d8c3d28bf65d7ce2d0 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 11 Dec 2024 09:46:13 +0100 Subject: [PATCH] Inventory/check: remove not set fields from inventory --- inventory.json | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/inventory.json b/inventory.json index cda90d888..cef277a4d 100644 --- a/inventory.json +++ b/inventory.json @@ -1,15 +1,7 @@ { - "meta": { - "name": "clan-core", - "description": null, - "icon": null - }, "machines": { "test-inventory-machine": { "name": "foo", - "deploy": { - "targetHost": null - }, "description": "A nice thing", "icon": "./path/to/icon.png", "tags": ["1", "2", "3"] @@ -50,9 +42,7 @@ "packages": { "editors": { "meta": { - "name": "Some editor packages", - "description": null, - "icon": null + "name": "Some editor packages" }, "roles": { "default": { @@ -74,9 +64,7 @@ }, "browsing": { "meta": { - "name": "Web browsing packages", - "description": null, - "icon": null + "name": "Web browsing packages" }, "roles": { "default": { @@ -101,9 +89,7 @@ "single-disk": { "default": { "meta": { - "name": "single-disk", - "description": null, - "icon": null + "name": "single-disk" }, "roles": { "default": {