From 99a8aa06db697fadc5ea86d5b92edb7e517f9a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Tue, 2 Sep 2025 11:22:49 +0200 Subject: [PATCH] Fix / extend README --- README.md | 2 -- roles/stm32duino/tasks/main_win.yml | 3 --- setup.yml | 3 ++- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1347d3c..74c99c4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Using the ansible scripts Ansible playbooks for deploying classroom computers. Run with something like: - ansible-playbook --user -k -K -i inventory.yml setup.py or, for Apple computers: - ansible-playbook --user -k -K -i inventory.yml macsetup.py # How classroom computers are prepared at FRI diff --git a/roles/stm32duino/tasks/main_win.yml b/roles/stm32duino/tasks/main_win.yml index c2b2a1a..7022561 100644 --- a/roles/stm32duino/tasks/main_win.yml +++ b/roles/stm32duino/tasks/main_win.yml @@ -15,10 +15,7 @@ - name: Install preinstalled STM32Duino & Arduino environment win_unzip: - # url: "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ" src: {{ installers }}\RAVINOR\2025\arduino-1.8.19.zip dest: "{{large_prog_dir}}\\RAVINOR\\STM32Duino" - # TODO Don't know if unzipping is required? - # TODO check if anything else is needed (esp8266com)? diff --git a/setup.yml b/setup.yml index d75b3e8..6f3b5f7 100644 --- a/setup.yml +++ b/setup.yml @@ -15,7 +15,8 @@ - vars/software_keys.yml - vars/dirs.yml roles: - - all_classes + - all_classes + # - omnetpp # - stm32cube # - processing # - powerdesigner