From 8caa3cf881ec49064a3efea121eba880d1a9c3c4 Mon Sep 17 00:00:00 2001 From: Frank Schiebel Date: Mon, 17 Nov 2025 07:35:45 +0100 Subject: [PATCH] =?UTF-8?q?Weitere=20no-proxy=20Bl=C3=B6cke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/custom/qg-software/tasks/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/custom/qg-software/tasks/install.yml b/roles/custom/qg-software/tasks/install.yml index 5329ef6..22645c6 100644 --- a/roles/custom/qg-software/tasks/install.yml +++ b/roles/custom/qg-software/tasks/install.yml @@ -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: ''