src.nth.io/

summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-19 14:12:06 -0500
committerLuke Hoersten <[email protected]>2026-04-19 14:12:06 -0500
commit5d5b976e379487e8b1eccc4fc96d5920a930ff0f (patch)
treebaf9c6270d6f61be1ca24243bf10edee11d6cfaa /git
parent7802f85d65b6227cf836b57efd8b84483aa4d877 (diff)
Add cgit favicon deploy taskHEADmain
Diffstat (limited to 'git')
-rw-r--r--git/web/tasks/main.yaml5
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"