2024-10-04 16:52:39 +00:00
|
|
|
- name: restart systemd-timesyncd
|
|
|
|
systemd:
|
|
|
|
name: systemd-timesyncd
|
|
|
|
state: restarted
|
|
|
|
|
2024-10-04 18:37:55 +00:00
|
|
|
- name: restart systemd-journald
|
|
|
|
systemd:
|
|
|
|
name: systemd-journald
|
|
|
|
state: restarted
|
2024-10-04 16:52:39 +00:00
|
|
|
|
2024-10-04 19:25:03 +00:00
|
|
|
- name: restart systemd-resolved
|
|
|
|
systemd:
|
|
|
|
name: systemd-resolved
|
|
|
|
state: restarted
|
|
|
|
|
2024-10-04 16:52:39 +00:00
|
|
|
- name: restart sshd
|
|
|
|
systemd:
|
|
|
|
name: sshd
|
2024-10-04 21:05:14 +00:00
|
|
|
state: restarted
|
|
|
|
when: ansible_os_family == 'Archlinux'
|
|
|
|
|
|
|
|
- name: restart ssh
|
|
|
|
systemd:
|
|
|
|
name: ssh
|
|
|
|
state: restarted
|
|
|
|
when: ansible_os_family == 'Debian'
|