fix(traefik/honcho): drop {{ ansible_managed }} — file is rsync-raw

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.
This commit is contained in:
JARVIS
2026-05-30 23:46:36 -05:00
parent 9e6339037a
commit ac955d327f

View File

@@ -1,4 +1,3 @@
# {{ ansible_managed }}
# Traefik dynamic config for Honcho on lincoln. # Traefik dynamic config for Honcho on lincoln.
# Routes hall-of-presidents.local.mk-labs.cloud -> lincoln:8000. # Routes hall-of-presidents.local.mk-labs.cloud -> lincoln:8000.
# #