Weitere no-proxy Blöcke

This commit is contained in:
Frank Schiebel 2025-11-17 07:35:45 +01:00
parent 857d3a8727
commit 8caa3cf881

View file

@ -111,6 +111,8 @@
src: "{{ mirror_appimage }}/ArduinoIDE2-template.zip"
dest: /var/lib/arduino2/
remote_src: yes
environment:
http_proxy: ''
########
# Prusa Slicer AppImage
@ -203,4 +205,6 @@
- name: Install scratch
ansible.builtin.apt:
deb: "{{ mirror_debs }}/{{ scratch_install_name }}"
environment:
http_proxy: ''