Kein http_proxy
This commit is contained in:
parent
38b4639555
commit
857d3a8727
1 changed files with 8 additions and 0 deletions
|
|
@ -82,6 +82,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:
|
||||
|
|
@ -127,6 +129,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:
|
||||
|
|
@ -162,6 +166,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:
|
||||
|
|
@ -188,6 +194,8 @@
|
|||
dest: /
|
||||
remote_src: yes
|
||||
when: tarpack_digital is defined and tarpack_digital | length > 0
|
||||
environment:
|
||||
http_proxy: ''
|
||||
|
||||
|
||||
#######
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue