mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-03-29 07:46:09 +02:00
7 lines
124 B
YAML
7 lines
124 B
YAML
|
|
---
|
||
|
|
- name: reload systemd
|
||
|
|
command: systemctl daemon-reload
|
||
|
|
|
||
|
|
- name: restart kubelet
|
||
|
|
command: systemctl restart kubelet
|