add kicad

This commit is contained in:
Simon Bruder 2018-03-17 17:07:59 +00:00 committed by jalr
parent 07b4760813
commit 207ba3d3fd
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: install kicad
apt:
name: kicad
state: present

View file

@ -11,3 +11,6 @@
- import_tasks: fritzing.yml
tags:
- fablab:fritzing
- import_tasks: kicad.yml
tags:
- fablab:kicad