add OLD! cura (fixme!)

This commit is contained in:
Simon Bruder 2018-03-17 17:05:36 +00:00 committed by jalr
parent 1111a1c9f9
commit 8ea7a3272f
3 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,7 @@
src: "https://downloads.arduino.cc/arduino-{{ fablab.arduino.version }}-linux64.tar.xz"
dest: /opt/
remote_src: yes
- name: install .desktop file
- name: add arduino to applications menu
template:
src: arduino.desktop.j2
dest: /usr/share/applications/arduino.dekstop

View file

@ -0,0 +1,5 @@
---
- name: install cura (OOOOLD!)
apt:
deb: "https://software.ultimaker.com/current/Cura-2.3.1-Linux.deb"
state: present

View file

@ -5,3 +5,6 @@
- import_tasks: cad.yml
tags:
- fablab:cad
- import_tasks: cura.yml
tags:
- fablab:cura