5 lines
75 B
YAML
5 lines
75 B
YAML
---
|
|
- name: restart sshd
|
|
sudo: true
|
|
service: name=ssh state=restarted
|