Remove trailing space

Signed-off-by: Marko Vukovic <8951449+anon-software@users.noreply.github.com>
pull/375/head
Marko Vukovic 2024-11-11 08:54:26 -08:00
parent 99f313dfc8
commit 9ee4f3f182
1 changed files with 1 additions and 1 deletions

View File

@ -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: