git clone theme as lufi user

This commit is contained in:
meaz 2023-07-11 09:25:43 +02:00
parent 1eaa346f5b
commit f1530b98e2
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
repo: "{{ item.repo }}"
dest: "{{ lufi_app_dir }}/themes/{{ item.name }}"
with_items: "{{ lufi_custom_themes }}"
become: true
become_user: "{{ lufi_username }}"
- name: "[THEME] - Change repo ownership"
file:
path: "{{ lufi_app_dir }}/themes"