add OLD! cura (fixme!)
This commit is contained in:
parent
1111a1c9f9
commit
8ea7a3272f
3 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
5
packer/ansible/roles/fablab/tasks/cura.yml
Normal file
5
packer/ansible/roles/fablab/tasks/cura.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: install cura (OOOOLD!)
|
||||
apt:
|
||||
deb: "https://software.ultimaker.com/current/Cura-2.3.1-Linux.deb"
|
||||
state: present
|
||||
|
|
@ -5,3 +5,6 @@
|
|||
- import_tasks: cad.yml
|
||||
tags:
|
||||
- fablab:cad
|
||||
- import_tasks: cura.yml
|
||||
tags:
|
||||
- fablab:cura
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue