summaryrefslogtreecommitdiff
path: root/ansible/roles/trove-setup/handlers/main.yml
blob: 758efcc04b5fde1fa683b7888ff3326744cc3d79 (plain)
1
2
3
4
5
6
7
8
9
- name: Restart lighttpd-git service
  service:
    name: lighttpd-git
    state: restarted

- name: Restart lighttpd-morph-cache service
  service:
    name: lighttpd-morph-cache
    state: restarted