6 lines
98 B
YAML
6 lines
98 B
YAML
- name: Restart SSH
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
name: sshd
|
|
state: restarted
|