aboutsummaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/handlers/main.yml
blob: eddd40ef169655dc8a2c74edc6e98a992a1dd061 (plain)
1
2
3
4
5
---
- name: restart-sshd
  service:
    name: sshd
    state: restarted