add inkscape (base)
This commit is contained in:
parent
3aa7c2c05c
commit
4d0616ff73
3 changed files with 10 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
|||
- role: localisation
|
||||
tags:
|
||||
- localisation
|
||||
- role: inkscape
|
||||
tags:
|
||||
- inkscape
|
||||
vars:
|
||||
auth:
|
||||
sudo:
|
||||
|
|
|
|||
5
packer/ansible/roles/inkscape/tasks/base.yml
Normal file
5
packer/ansible/roles/inkscape/tasks/base.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: install inkscape
|
||||
apt:
|
||||
name: "inkscape"
|
||||
state: present
|
||||
2
packer/ansible/roles/inkscape/tasks/main.yml
Normal file
2
packer/ansible/roles/inkscape/tasks/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
- import_tasks: base.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue