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: ''