add inkscape (base)

This commit is contained in:
Simon Bruder 2018-03-17 15:39:29 +00:00 committed by jalr
parent 3aa7c2c05c
commit 4d0616ff73
3 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,9 @@
- role: localisation
tags:
- localisation
- role: inkscape
tags:
- inkscape
vars:
auth:
sudo:

View file

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

View file

@ -0,0 +1,2 @@
---
- import_tasks: base.yml