All checks were successful
/ Ansible Lint (push) Successful in 2m9s
Active connections should survive a restart of the service and testing also didn't show any issues.
5 lines
117 B
YAML
5 lines
117 B
YAML
- name: restart the ssh service
|
|
ansible.builtin.systemd:
|
|
name: ssh.service
|
|
state: restarted
|
|
become: true
|