Add inkscape-silhouette
This commit is contained in:
parent
c4ca195358
commit
9f98642da0
4 changed files with 24 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
||||||
|
|
@ -3,5 +3,8 @@
|
||||||
- import_tasks: base.yml
|
- import_tasks: base.yml
|
||||||
tags:
|
tags:
|
||||||
- inkscape:base
|
- inkscape:base
|
||||||
|
- import_tasks: silhouette.yml
|
||||||
|
tags:
|
||||||
|
- inkscape:silhouette
|
||||||
tags:
|
tags:
|
||||||
- inkscape
|
- inkscape
|
||||||
|
|
|
||||||
17
packer/ansible/roles/inkscape/tasks/silhouette.yml
Normal file
17
packer/ansible/roles/inkscape/tasks/silhouette.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue