infoscreen/roles/lmnStuff/tasks/main.yml

20 lines
480 B
YAML
Raw Permalink Normal View History

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