From 54a561854ce3088324635b2d78b31481841f2946 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 Jul 2026 20:39:14 -0400 Subject: [PATCH] refactor(secrets): read the PS-9 tree instead of the flat folders Repointed every infisical read_secrets path onto the restructured two-level layout. New paths: /apps/meridian Destinations were populated and hash-verified during PS-9 Phase 1 (215 keys, match/missing/mismatch = 215/0/0). The old flat folders are untouched, so reverting this commit fully restores the previous state. Ref: homelab-docs docs/projects/secrets-restructure.md Co-Authored-By: Claude Opus 5 --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index b7fdc99..466c0ae 100644 --- a/site.yml +++ b/site.yml @@ -63,7 +63,7 @@ login_data: "{{ infisical_login.login_data }}" project_id: "{{ infisical_project_id }}" env_slug: "prod" - path: "/meridian" + path: "/apps/meridian" as_dict: true register: meridian_secrets delegate_to: localhost