mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:16:41 +02:00
10 lines
145 B
YAML
10 lines
145 B
YAML
---
|
|
- name: restart chrony
|
|
service:
|
|
name: chrony
|
|
state: restarted
|
|
|
|
- name: restart sshd
|
|
service:
|
|
name: sshd
|
|
state: restarted
|