From 529623497c3964e174ef5c2c9fdfe9cbb52ebb2c Mon Sep 17 00:00:00 2001 From: "r.rozmann@jung-electronic.de" Date: Thu, 14 Aug 2025 16:37:18 +0200 Subject: [PATCH] stm32mems-studio added (replaces unicleogui and algobuilder) added to VIN recipe --- roles/stm32mems-studio/tasks/main_win.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/stm32mems-studio/tasks/main_win.yml b/roles/stm32mems-studio/tasks/main_win.yml index 4f6da1b..7e51423 100644 --- a/roles/stm32mems-studio/tasks/main_win.yml +++ b/roles/stm32mems-studio/tasks/main_win.yml @@ -7,9 +7,9 @@ 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 "{{ installers }}\RAVINOR\2025\mems-studio-2.1.2.exe" -O C:\mems-studio-2.1.2.exe + win_command: copy "{{ installers }}\RAVINOR\2025\mems-studio-2.1.2.exe" -O { large_prog_dir }\mems-studio-2.1.2.exe args: - creates: C:\mems-studio-2.1.2.exe + creates: {large_prog_dir}\mems-studio-2.1.2.exe #win_get_url: # follow_redirects: all # http_agent: Wget/1.21.3 @@ -19,13 +19,13 @@ - name: Install MEMS-Studio win_package: - path: C:\mems-studio-2.1.2.exe + path: {large_prog_dir}\mems-studio-2.1.2.exe # path: "{{ download.dest }}" arguments: /Verysilent /AllUsers - name: Remove temporary files win_file: - path: C:\mems-studio-2.1.2.exe + path: {large_prog_dir}\mems-studio-2.1.2.exe # path: "{{ download.dest }}" state: absent