11 lines
209 B
YAML
11 lines
209 B
YAML
---
|
|
- name: copy files
|
|
copy:
|
|
src: tabbed_box_maker/{{ item }}
|
|
dest: /usr/share/inkscape/extensions
|
|
owner: root
|
|
group: root
|
|
loop:
|
|
- boxmaker.inx
|
|
- boxmaker.py
|
|
- schroffmaker.inx
|