ansible-role-linux/handlers/main.yml

3 lines
61 B
YAML
Raw Permalink Normal View History

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