From c689083936a19d2d602a5e0c5934c17e5062a3e0 Mon Sep 17 00:00:00 2001 From: RR Date: Fri, 13 Sep 2024 15:46:54 +0200 Subject: [PATCH] STM32Duino role fixed - not sure if correct --- roles/stm32duino/tasks/main_win.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/stm32duino/tasks/main_win.yml b/roles/stm32duino/tasks/main_win.yml index f17e349..63b56ed 100644 --- a/roles/stm32duino/tasks/main_win.yml +++ b/roles/stm32duino/tasks/main_win.yml @@ -8,6 +8,16 @@ # 2024: update: Full directory structure ready zip for Windows only on this URL: # https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ +- name: Create STM32Duino directory + win_file: + path: "D:\\RAVINOR\\STM32Duino" + state: directory + +- name: Install Logisim + win_get_url: + url: "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ" + dest: "D:\\RAVINOR\\STM32Duino" + # TODO Don't know if unzipping is required? # TODO check if anything else is needed (esp8266com)?