git: also copy gitweb theme files :)
This commit is contained in:
parent
4004a9ef68
commit
2da62057d0
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue