From ac955d327ff1a2b55e0bf297dbcf712c93603877 Mon Sep 17 00:00:00 2001 From: JARVIS Date: Sat, 30 May 2026 23:46:36 -0500 Subject: [PATCH] =?UTF-8?q?fix(traefik/honcho):=20drop=20{{=20ansible=5Fma?= =?UTF-8?q?naged=20}}=20=E2=80=94=20file=20is=20rsync-raw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit boilerplates/traefik/dynamic/ files are rsynced verbatim to lightning-lane, not rendered through Jinja first. Traefik also processes Go-style {{ }} templates, so a leftover {{ ansible_managed }} comment line caused Traefik to reject the entire file with: ERR /etc/traefik/dynamic/honcho.yml: template: :1: function "ansible_managed" not defined Other dynamic configs in this directory deliberately omit the marker; matching that convention. --- boilerplates/traefik/dynamic/honcho.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/boilerplates/traefik/dynamic/honcho.yml b/boilerplates/traefik/dynamic/honcho.yml index bbb8b61..86e2654 100644 --- a/boilerplates/traefik/dynamic/honcho.yml +++ b/boilerplates/traefik/dynamic/honcho.yml @@ -1,4 +1,3 @@ -# {{ ansible_managed }} # Traefik dynamic config for Honcho on lincoln. # Routes hall-of-presidents.local.mk-labs.cloud -> lincoln:8000. #