add visicut

This commit is contained in:
Simon Bruder 2018-03-17 17:17:36 +00:00 committed by jalr
parent 0415d3c25a
commit e7b683788a
3 changed files with 11 additions and 0 deletions

View file

@ -51,3 +51,6 @@
fablab:
arduino:
version: 1.8.5
visicut:
version: 1.8-19
hash: gdfea529f

View file

@ -14,3 +14,6 @@
- import_tasks: kicad.yml
tags:
- fablab:kicad
- import_tasks: visicut.yml
tags:
- fablab:visicut

View file

@ -0,0 +1,5 @@
---
- name: install visicut
apt:
deb: "http://download.visicut.org/files/master/Debian-Ubuntu-Mint/visicut_{{ fablab.visicut.version }}-{{ fablab.visicut.hash }}-1_all.deb"
state: present