10 lines
163 B
YAML
10 lines
163 B
YAML
|
- name: restart systemd-timesyncd
|
||
|
systemd:
|
||
|
name: systemd-timesyncd
|
||
|
state: restarted
|
||
|
|
||
|
|
||
|
- name: restart sshd
|
||
|
systemd:
|
||
|
name: sshd
|
||
|
state: restarted
|