Update gitea branding path
This commit is contained in:
parent
2fe093668d
commit
461ec71b12
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
- name: Create public images directory
|
- name: Create public images directory
|
||||||
file:
|
file:
|
||||||
path: "{{ app_data_dir }}/gitea/data/custom/public/img"
|
path: "{{ app_data_dir }}/gitea/data/custom/public/assets/img"
|
||||||
state: directory
|
state: directory
|
||||||
owner: "{{ docker_user.name }}"
|
owner: "{{ docker_user.name }}"
|
||||||
mode: "{{ docker_compose_directory_mask }}"
|
mode: "{{ docker_compose_directory_mask }}"
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
- name: Install custom branding
|
- name: Install custom branding
|
||||||
unarchive:
|
unarchive:
|
||||||
src: https://git.theorangeone.net/api/packages/sys/generic/gitea-branding/latest/branding.zip
|
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
|
remote_src: true
|
||||||
owner: "{{ docker_user.name }}"
|
owner: "{{ docker_user.name }}"
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue