Weitere no-proxy Blöcke
This commit is contained in:
parent
857d3a8727
commit
8caa3cf881
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,8 @@
|
||||||
src: "{{ mirror_appimage }}/ArduinoIDE2-template.zip"
|
src: "{{ mirror_appimage }}/ArduinoIDE2-template.zip"
|
||||||
dest: /var/lib/arduino2/
|
dest: /var/lib/arduino2/
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
environment:
|
||||||
|
http_proxy: ''
|
||||||
|
|
||||||
########
|
########
|
||||||
# Prusa Slicer AppImage
|
# Prusa Slicer AppImage
|
||||||
|
|
@ -203,4 +205,6 @@
|
||||||
- name: Install scratch
|
- name: Install scratch
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
deb: "{{ mirror_debs }}/{{ scratch_install_name }}"
|
deb: "{{ mirror_debs }}/{{ scratch_install_name }}"
|
||||||
|
environment:
|
||||||
|
http_proxy: ''
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue