infoscreen/roles/lmnStuff/tasks/main.yml
2025-02-01 13:08:35 +01:00

19 lines
480 B
YAML

---
# tasks file for azitStuff
# Hintergrundbild kopieren
- name: Kopiere Background nach splashscreen
copy:
src: "files/{{ splashscreen }}"
dest: /boot/firmware/splash.png
owner: root
group: root
mode: '0644'
when: lmnStuff
- name: Kopiere Background nach /opt/custompios
copy:
src: "files/{{ splashscreen }}"
dest: /opt/custompios/background.png
owner: "{{ raspi_user }}"
group: "{{ raspi_user }}"
mode: '0644'
when: lmnStuff