add java (for arduino)

This commit is contained in:
Simon Bruder 2018-03-17 17:22:49 +00:00 committed by jalr
parent e7b683788a
commit e1d8bd650e
2 changed files with 7 additions and 0 deletions

View file

@ -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"

View file

@ -0,0 +1,5 @@
---
- name: install java
apt:
name: openjdk-jre
state: present