Add inkscape ppa so the last stable version gets installed
This commit is contained in:
parent
3b801ad089
commit
8642b6879e
|
@ -1,3 +1,9 @@
|
|||
- name: Add Inkscape repository
|
||||
apt_repository:
|
||||
repo: ppa:inkscape.dev/stable
|
||||
state: present
|
||||
update_cache: True
|
||||
validate_certs: False
|
||||
- name: Install Inkscape
|
||||
apt:
|
||||
name: inkscape
|
||||
|
|
Loading…
Reference in a new issue