5 lines
114 B
YAML
5 lines
114 B
YAML
---
|
|
- name: Restart SSH server
|
|
ansible.builtin.service:
|
|
name: "{{ system_sshd_unit }}"
|
|
state: restarted
|