fix: fixed k3s not starting at boot

This commit is contained in:
Elam Monnot
2023-03-30 09:38:27 +02:00
parent 8c3fc380fa
commit 57780388e7
2 changed files with 1 additions and 6 deletions

View File

@@ -4,8 +4,3 @@
- name: installation de k3s...
shell: curl -sfL https://get.k3s.io | sh -s - --docker
- name: activationde k3s au démarrage...
systemd:
name: k3s
enabled: true