This commit is contained in:
Simon Bruder 2018-03-17 15:45:30 +00:00 committed by jalr
parent a04208fc11
commit 1111a1c9f9
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
- name: install freecad
apt:
name: freecad
state: present
tags:
- fablab:cad:freecad
- name: install openscad
apt:
name: openscad
state: present
tags:
- fablab:cad:openscad

View file

@ -2,3 +2,6 @@
- import_tasks: arduino.yml
tags:
- fablab:arduino
- import_tasks: cad.yml
tags:
- fablab:cad