Fix the custom paths.
This commit is contained in:
parent
36fd443b9c
commit
65a44ffc32
|
@ -138,8 +138,8 @@
|
||||||
mode: "0750"
|
mode: "0750"
|
||||||
loop:
|
loop:
|
||||||
- 'templates/custom'
|
- 'templates/custom'
|
||||||
- 'public/css'
|
- 'public/assets/css'
|
||||||
- 'public/components'
|
- 'public/assets/components'
|
||||||
tags: ['git', 'gitea', 'gitea_conf']
|
tags: ['git', 'gitea', 'gitea_conf']
|
||||||
|
|
||||||
- name: gitea | Gitea systemd service
|
- name: gitea | Gitea systemd service
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
become_user: '{{ gitea_user }}'
|
become_user: '{{ gitea_user }}'
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: jupyter.css
|
src: jupyter.css
|
||||||
dest: '{{ gitea_data_dir }}/custom/public/css/jupyter.css'
|
dest: '{{ gitea_data_dir }}/custom/public/assets/css/jupyter.css'
|
||||||
mode: "0444"
|
mode: "0444"
|
||||||
|
|
||||||
- name: renderers | Install html template that loads the CSS
|
- name: renderers | Install html template that loads the CSS
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
become_user: '{{ gitea_user }}'
|
become_user: '{{ gitea_user }}'
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: /usr/share/fonts-font-awesome
|
src: /usr/share/fonts-font-awesome
|
||||||
dest: '{{ gitea_data_dir }}/custom/public/components/font-awesome'
|
dest: '{{ gitea_data_dir }}/custom/public/assets/components/font-awesome'
|
||||||
state: link
|
state: link
|
||||||
when: awesome_fonts_dir.stat.exists
|
when: awesome_fonts_dir.stat.exists
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue