aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/handlers/main.yml
blob: bc100dbc82d61a818e9ce2ec27c36f941c0f529c (plain)
1
2
3
4
5
6
---
- name: fcgiwrap restart
  service: name=fcgiwrap state=restarted enabled=yes

- name: git-daemon restart
  service: name=git-daemon state=restarted enabled=yes