summaryrefslogtreecommitdiffstats
path: root/roles/cgit/handlers/main.yml
blob: 516733f752b543fe9795821e26c460196f6cefc2 (plain) (blame)
1
2
3
4
5
6
---
- name: "Restart lighttpd"
  become: true
  ansible.builtin.service:
    name: lighttpd
    state: restarted