7 lines
83 B
YAML
7 lines
83 B
YAML
|
---
|
||
|
- name: Restart sshd
|
||
|
systemd:
|
||
|
name: ssh.service
|
||
|
state: restarted
|
||
|
...
|