start k3s
This commit is contained in:
parent
6e8f03910d
commit
440b8e8168
1 changed files with 5 additions and 0 deletions
|
@ -10,3 +10,8 @@
|
|||
dest: /etc/systemd/system/k3s.service
|
||||
notify: start k3s
|
||||
- name: enable and start k3s
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
enabled: yes
|
||||
name: k3s
|
||||
state: restarted
|
||||
|
|
Loading…
Reference in a new issue