4 lines
77 B
YAML
4 lines
77 B
YAML
---
|
|
- name: restart sshd
|
|
systemd: name=sshd state=restarted
|
|
become: true
|