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