24 lines
1.1 KiB
YAML
24 lines
1.1 KiB
YAML
#- name: Install Arduino IDE
|
|
# win_package:
|
|
# # path: https://downloads.arduino.cc/arduino-ide/arduino-ide_2.0.0_Windows_64bit.exe
|
|
# path: https://downloads.arduino.cc/arduino-ide/arduino-ide_2.2.1_Windows_64bit.exe
|
|
# arguments: /S /AllUsers
|
|
# creates_path: "%ProgramFiles%\\Arduino IDE\\Arduino IDE.exe"
|
|
|
|
# 2025: 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: "{{large_prog_dir}}\\RAVINOR\\STM32Duino"
|
|
state: directory
|
|
|
|
- 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)?
|