Add inkscape ppa so the last stable version gets installed

This commit is contained in:
Gašper Fele-Žorž 2024-03-01 15:24:45 +01:00
parent 3b801ad089
commit 8642b6879e

View file

@ -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