Custom Role qg-debs hinzugefügt für Scratch und BeamStudio
This commit is contained in:
parent
52ca7f4de4
commit
3c52c971a3
2 changed files with 144 additions and 127 deletions
17
roles/custom/qg-debs/tasks/main.yml
Normal file
17
roles/custom/qg-debs/tasks/main.yml
Normal 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: ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue