Update gitea branding path
All checks were successful
/ terraform (push) Successful in 32s
/ ansible (push) Successful in 1m46s

This commit is contained in:
Jake Howard 2023-11-27 19:19:56 +00:00
parent 2fe093668d
commit 461ec71b12
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -39,7 +39,7 @@
- name: Create public images directory
file:
path: "{{ app_data_dir }}/gitea/data/custom/public/img"
path: "{{ app_data_dir }}/gitea/data/custom/public/assets/img"
state: directory
owner: "{{ docker_user.name }}"
mode: "{{ docker_compose_directory_mask }}"
@ -57,7 +57,7 @@
- name: Install custom branding
unarchive:
src: https://git.theorangeone.net/api/packages/sys/generic/gitea-branding/latest/branding.zip
dest: "{{ app_data_dir }}/gitea/data/custom/public/img"
dest: "{{ app_data_dir }}/gitea/data/custom/public/assets/img"
remote_src: true
owner: "{{ docker_user.name }}"
become: true