Proxy environment gesetzt

This commit is contained in:
Frank Schiebel 2025-11-17 07:38:43 +01:00
parent 96175541bf
commit a21495def7

View file

@ -49,6 +49,8 @@
url: "{{ mirror_appimage }}/FreeCAD.AppImage"
dest: /opt/appimages/freecad/FreeCAD.AppImage
mode: '0755'
environment:
http_proxy: ''
- name: Copy desktop freecad starter file to target
copy:
@ -84,6 +86,8 @@
url: "{{ mirror_appimage }}/ArduinoIDE2.AppImage"
dest: /opt/appimages/arduino2/ArduinoIDE2.AppImage
mode: '0755'
environment:
http_proxy: ''
- name: Copy desktop arduino2 starter file to target
copy:
@ -111,6 +115,8 @@
src: "{{ mirror_appimage }}/ArduinoIDE2-template.zip"
dest: /var/lib/arduino2/
remote_src: yes
environment:
http_proxy: ''
########
# Prusa Slicer AppImage
@ -129,6 +135,8 @@
url: "{{ mirror_appimage }}/PrusaSlicer.AppImage"
dest: /opt/appimages/prusaslicer/PrusaSlicer.AppImage
mode: '0755'
environment:
http_proxy: ''
- name: Copy desktop PrusaSlicer starter file to target
copy:
@ -164,6 +172,8 @@
url: "{{ mirror_appimage }}/Logseq.AppImage"
dest: /opt/appimages/logseq/Logseq.AppImage
mode: '0755'
environment:
http_proxy: ''
- name: Copy desktop logseq starter file to target
copy:
@ -190,6 +200,8 @@
dest: /
remote_src: yes
when: tarpack_digital is defined and tarpack_digital | length > 0
environment:
http_proxy: ''
#######
@ -197,4 +209,6 @@
- name: Install scratch
ansible.builtin.apt:
deb: "{{ mirror_debs }}/{{ scratch_install_name }}"
environment:
http_proxy: ''