diff options
Diffstat (limited to 'git/web/tasks')
| -rw-r--r-- | git/web/tasks/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git/web/tasks/main.yaml b/git/web/tasks/main.yaml index 1e44ea6..42ea072 100644 --- a/git/web/tasks/main.yaml +++ b/git/web/tasks/main.yaml @@ -32,6 +32,11 @@ when: cgit_css_src is defined notify: restart nginx +- name: install cgit favicon + become: yes + copy: src="{{cgit_favicon_src}}" dest="/usr/share/cgit/favicon.ico" + when: cgit_favicon_src is defined + - name: install cgit header become: yes copy: src="{{cgit_header_src}}" dest="/etc/cgit/header.html" |
