just a line inversion, for consistency
This commit is contained in:
parent
c6f1b207c4
commit
e7f527f3bb
1 changed files with 1 additions and 1 deletions
|
@ -43,9 +43,9 @@
|
||||||
force: yes
|
force: yes
|
||||||
loop: "{{ gitea_custom_themes }}"
|
loop: "{{ gitea_custom_themes }}"
|
||||||
when: item.enable == 'true'
|
when: item.enable == 'true'
|
||||||
tags: theme
|
|
||||||
become: true
|
become: true
|
||||||
become_user: "{{ gitea_user }}"
|
become_user: "{{ gitea_user }}"
|
||||||
|
tags: theme
|
||||||
|
|
||||||
- name: "[THEME] - Find css files from different repos and copy them in the public folder"
|
- name: "[THEME] - Find css files from different repos and copy them in the public folder"
|
||||||
shell:
|
shell:
|
||||||
|
|
Loading…
Reference in a new issue