blob: b9d7705340f3ee435705f0bf371a2514da0233ed (
plain)
1
2
3
4
5
6
7
8
9
|
---
- name: fcgiwrap restart
service: name=fcgiwrap state=restarted enabled=yes
- name: git-daemon restart
service: name=git-daemon state=restarted enabled=yes
- name: cgit clear cache
shell: rm -f /var/cache/cgit/*
|