From 677ad56fedcb0f6dfba70c7a99e2ab52e7f18d69 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 21 Feb 2026 10:07:44 -0800 Subject: [PATCH] Fix trailing comma in zot config JSON Co-Authored-By: Claude Opus 4.6 --- ansible/roles/zot/templates/config.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/zot/templates/config.json.j2 b/ansible/roles/zot/templates/config.json.j2 index b2fb272..0a340ca 100644 --- a/ansible/roles/zot/templates/config.json.j2 +++ b/ansible/roles/zot/templates/config.json.j2 @@ -38,7 +38,7 @@ "anonymousPolicy": ["read"], "defaultPolicy": ["read"] } - }, + } } }, "log": {