add java (for arduino)
This commit is contained in:
parent
e7b683788a
commit
e1d8bd650e
2 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
- import_tasks: java.yml
|
||||
|
||||
- name: download and extract arduino
|
||||
unarchive:
|
||||
src: "https://downloads.arduino.cc/arduino-{{ fablab.arduino.version }}-linux64.tar.xz"
|
||||
|
|
|
|||
5
packer/ansible/roles/fablab/tasks/java.yml
Normal file
5
packer/ansible/roles/fablab/tasks/java.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: install java
|
||||
apt:
|
||||
name: openjdk-jre
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue