18 lines
308 B
YAML
18 lines
308 B
YAML
|
|
|
||
|
|
|
||
|
|
#######
|
||
|
|
# 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: ''
|