Add old sagemath config int he hopes that we can later uncomment it
This commit is contained in:
parent
bc6d0000a9
commit
abaf6b19ee
36 changed files with 177 additions and 147 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue