We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1067f63 commit 66385e3Copy full SHA for 66385e3
roles/k3s_agent/tasks/main.yml
@@ -57,7 +57,7 @@
57
- name: Add service environment variables
58
when: extra_service_envs is defined
59
ansible.builtin.lineinfile:
60
- path: "{{ systemd_dir }}/k3s.service.env"
+ path: "{{ systemd_dir }}/k3s-agent.service.env"
61
line: "{{ item }}"
62
with_items: "{{ extra_service_envs }}"
63
0 commit comments