Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Vukovic <[email protected]>
  • Loading branch information
anon-software committed Nov 11, 2024
1 parent 99f313d commit 9ee4f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k3s_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ee4f3f

Please sign in to comment.