8 lines
92 B
YAML
Raw Permalink Normal View History

---
- name: start sshd
service:
name: sshd
state: restarted
async: 45
poll: 5