2025 corrections for ucilnicesmb storage....

This commit is contained in:
RR 2025-09-04 17:57:15 +02:00 committed by Gašper Fele-Žorž
parent 07f4a73dae
commit d985d8ff84
4 changed files with 13 additions and 7 deletions

View file

@ -6,7 +6,8 @@
- when: not file.stat.exists
block:
- name: Download MEMS-Studio
win_command: wget "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EXgZSDD5LgtMrikaKszPliwB1vXrwUxea3eYYObT3zXBaQ?e=eNJyLA" -O C:\mems-studio-2.1.2.exe
#win_command: wget "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EXgZSDD5LgtMrikaKszPliwB1vXrwUxea3eYYObT3zXBaQ?e=eNJyLA" -O C:\mems-studio-2.1.2.exe
win_command: wget "{{ installers }}\RAVINOR\2025\mems-studio-2.1.2.exe" -O C:\mems-studio-2.1.2.exe
args:
creates: C:\mems-studio-2.1.2.exe
#win_get_url: