git: also copy gitweb theme files :)

This commit is contained in:
Timo Makinen 2019-05-17 14:30:43 +03:00
parent 4004a9ef68
commit 2da62057d0

View file

@ -25,6 +25,17 @@
owner: root
group: root
- name: copy local layout files
copy:
dest: "/var/www/git/static/{{ item }}"
src: "{{ item }}"
mode: 0644
owner: root
group: root
with_items:
- logo.png
- gitweb-local.css
- name: create nginx git config
copy:
dest: /etc/nginx/conf.d/{{ inventory_hostname }}/git.conf