commit 0a26bea3ce97010f808d4ff772e988d3ccf40499 parent 583bb9fb7bd16e0817cdd3830b412fdf1ea82cb3 Author: Andy Khramtsov <> Date: Thu, 23 Apr 2026 18:56:56 +0300 test: use yaml inventory Diffstat:
| D | inventory.json | | | 7 | ------- |
| A | inventory.yaml | | | 2 | ++ |
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/inventory.json b/inventory.json @@ -1,7 +0,0 @@ -{ - "items": [ - { - "path": "/home/andy/my-space/projects/openscad/cable-holder" - } - ] -} diff --git a/inventory.yaml b/inventory.yaml @@ -0,0 +1,2 @@ +items: + - path: "/home/andy/my-space/projects/openscad/cable-holder"