Add inkscape-silhouette

This commit is contained in:
jalr 2018-10-18 21:59:50 +02:00
parent c4ca195358
commit 9f98642da0
4 changed files with 24 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "packer/ansible/roles/inkscape/files/inkscape-silhouette"]
path = packer/ansible/roles/inkscape/files/inkscape-silhouette
url = https://github.com/fablab-nea/inkscape-silhouette

@ -0,0 +1 @@
Subproject commit 6b1d81884cd2df50ee78a248b8c3a219695bd38c

View file

@ -3,5 +3,8 @@
- import_tasks: base.yml
tags:
- inkscape:base
- import_tasks: silhouette.yml
tags:
- inkscape:silhouette
tags:
- inkscape

View file

@ -0,0 +1,17 @@
---
- name: install python-usb
package:
name: python-usb
state: present
- name: copy files
copy:
src: inkscape-silhouette/{{ item }}
dest: /usr/share/inkscape/extensions
owner: root
group: root
mode: "0644"
loop:
- sendto_silhouette.inx
- sendto_silhouette.py
- silhouette