14 lines
No EOL
255 B
YAML
14 lines
No EOL
255 B
YAML
- name: restart systemd-timesyncd
|
|
systemd:
|
|
name: systemd-timesyncd
|
|
state: restarted
|
|
|
|
- name: restart systemd-journald
|
|
systemd:
|
|
name: systemd-journald
|
|
state: restarted
|
|
|
|
- name: restart sshd
|
|
systemd:
|
|
name: sshd
|
|
state: restarted |