Merge branch 'main' into main

This commit is contained in:
polz113 2024-09-16 16:30:53 +02:00 committed by GitHub
commit 14461f28fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 284 additions and 289 deletions

View file

@ -1,13 +1,14 @@
- name: create destination
file:
path: /opt/Arduino
state: directory
#- name: create destination
# file:
# path: /opt/Arduino
# state: directory
- name: unpack Arduino
unarchive:
src:
dest: /opt/Arduino-cli
remote_src: yes
# - name: unpack Arduino
# unarchive:
# src:
# dest: /opt/Arduino-cli
# remote_src: yes
#- name: Add .json for new boards
#
# https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
# TODO: write this task file!