ansible/roles/common/handlers/main.yml

7 lines
86 B
YAML
Raw Normal View History

---
- name: Restart sshd
service:
name: sshd
state: restarted
become: yes