diff options
| author | Luke Hoersten <[email protected]> | 2026-04-19 14:12:06 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-04-19 14:12:06 -0500 |
| commit | 5d5b976e379487e8b1eccc4fc96d5920a930ff0f (patch) | |
| tree | baf9c6270d6f61be1ca24243bf10edee11d6cfaa /git/web/tasks | |
| parent | 7802f85d65b6227cf836b57efd8b84483aa4d877 (diff) | |
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" |
