Fix adding token to existing cluster (#360)

Signed-off-by: James Otten <jamesotten1@gmail.com>
This commit is contained in:
james-otten
2024-09-12 12:54:11 -04:00
committed by GitHub
parent 2d98982809
commit bc03d1c0d0

View File

@@ -35,7 +35,7 @@
INSTALL_K3S_EXEC: "agent"
changed_when: true
- name: Add the token for joining the cluster to the environment
- name: Add the token for joining the cluster to the environment
no_log: true # avoid logging the server token
ansible.builtin.lineinfile:
path: "{{ systemd_dir }}/k3s-agent.service.env"