Add a cgitrc for people

This commit is contained in:
Kevin Fenzi 2015-06-17 17:11:24 +00:00
parent 533fb0b588
commit 9543fefeb4
2 changed files with 77 additions and 0 deletions

View file

@ -28,5 +28,9 @@
- images/html-bg.png
- images/t.png
- name: put cgitrc in place for people
copy: src=cgitrc.people dest=/etc/cgitrc owner=root mode=0644
when: inventory_hostname.startswith('people')
#- name: install the libravatar filter
# copy: src=email-libravatar-korg.lua dest=/usr/libexec/cgit/filters/email-libravatar-korg.lua owner=root group=root mode=0755