Skip to content

Commit 66385e3

Browse files
authored
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>
1 parent 1067f63 commit 66385e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/k3s_agent/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
- name: Add service environment variables
5858
when: extra_service_envs is defined
5959
ansible.builtin.lineinfile:
60-
path: "{{ systemd_dir }}/k3s.service.env"
60+
path: "{{ systemd_dir }}/k3s-agent.service.env"
6161
line: "{{ item }}"
6262
with_items: "{{ extra_service_envs }}"
6363

0 commit comments

Comments
 (0)