ansible/roles/gitea-ccchb/tasks/main.yml

16 lines
322 B
YAML
Raw Normal View History

2020-09-18 10:47:42 -05:00
---
- name: copy img (e.g. logo's)
copy:
src: img/
dest: /var/lib/gitea/custom/public/img/
2020-09-18 11:10:02 -05:00
- name: copy overwrite html templates
copy:
src: base/
dest: /var/lib/gitea/custom/templates/base/
- name: copy custom html templates
copy:
src: custom/
dest: /var/lib/gitea/custom/templates/custom/