From 8642b6879e55b17705a00f88d8b93a757452f498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Fri, 1 Mar 2024 15:24:45 +0100 Subject: [PATCH] Add inkscape ppa so the last stable version gets installed --- roles/inkscape/tasks/main_lin.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/inkscape/tasks/main_lin.yml b/roles/inkscape/tasks/main_lin.yml index bb5f749..4c8441a 100644 --- a/roles/inkscape/tasks/main_lin.yml +++ b/roles/inkscape/tasks/main_lin.yml @@ -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