Remove trailing space
Signed-off-by: Marko Vukovic <8951449+anon-software@users.noreply.github.com>pull/375/head
parent
99f313dfc8
commit
9ee4f3f182
|
@ -99,7 +99,7 @@
|
|||
ansible.builtin.lineinfile:
|
||||
path: "{{ systemd_dir }}/k3s.service.env"
|
||||
line: "K3S_TOKEN={{ token }}"
|
||||
when: token is defined
|
||||
when: token is defined
|
||||
|
||||
- name: Restart K3s service
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue