mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-08-09 07:23:19 +02:00
890d43b339
- systemd treats % as a specifier in ExecStart, so token values containing % fail with 'failed to resolve unit specifiers invalid slot' - escape % to %% in the agent unit file - escape % to %% in server_init_args so the multi-master bootstrap path (systemd-run k3s-init) handles % tokens too Co-authored-by: finaldoom <677609+FinalDoom@users.noreply.github.com>