plugeth/ansible/roles/common/handlers/main.yml

5 lines
75 B
YAML
Raw Normal View History

---
- name: restart sshd
sudo: true
service: name=ssh state=restarted