7 lines
100 B
YAML
7 lines
100 B
YAML
---
|
|
|
|
- name: Restart SSH
|
|
ansible.builtin.systemd:
|
|
unit: "sshd.service"
|
|
state: "restarted"
|