5 lines
68 B
YAML
5 lines
68 B
YAML
|
- name: restart sshd
|
||
|
systemd:
|
||
|
name: sshd
|
||
|
state: restarted
|