Custom Role qg-debs hinzugefügt für Scratch und BeamStudio

This commit is contained in:
Frank Schiebel 2026-08-07 09:54:02 +02:00
parent 52ca7f4de4
commit 3c52c971a3
2 changed files with 144 additions and 127 deletions

View file

@ -0,0 +1,17 @@
#######
# Scratch
- name: Install scratch
ansible.builtin.apt:
deb: "{{ mirror_debs }}/{{ scratch_install_name }}"
environment:
http_proxy: ''
########
# BeamStudio
- name: Install beamStudio
ansible.builtin.apt:
deb: "{{ mirror_debs }}/beamStudio.deb"
environment:
http_proxy: ''