fix(agent): Use proper env file path during provisioning. (#421)

Signed-off-by: fch-aa <21101725+fch-aa@users.noreply.github.com>
Co-authored-by: fch-aa <21101725+fch-aa@users.noreply.github.com>
This commit is contained in:
fch-aa
2025-07-10 18:35:25 +02:00
committed by GitHub
parent 1067f630f5
commit 66385e35eb

View File

@@ -57,7 +57,7 @@
- name: Add service environment variables
when: extra_service_envs is defined
ansible.builtin.lineinfile:
path: "{{ systemd_dir }}/k3s.service.env"
path: "{{ systemd_dir }}/k3s-agent.service.env"
line: "{{ item }}"
with_items: "{{ extra_service_envs }}"