mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-26 12:27:28 +01:00
Merge pull request #20 from nolte/fix/permissions-fail
add permission become check
This commit is contained in:
commit
9b8cf85489
@ -44,6 +44,7 @@
|
||||
template:
|
||||
src: k3s.service.j2
|
||||
dest: /etc/systemd/system/k3s.service
|
||||
become: "{{ k3s_become_for_systemd | ternary(true, false, k3s_become_for_all) }}"
|
||||
notify:
|
||||
- reload systemd
|
||||
- restart k3s
|
||||
|
Loading…
Reference in New Issue
Block a user