From dcb0f8c08c585b46249acc6899bba278557a226f Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 22 Apr 2024 10:06:37 +0100 Subject: [PATCH] Fix kitty role, lacking become --- roles/kitty/tasks/Debian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/kitty/tasks/Debian.yaml b/roles/kitty/tasks/Debian.yaml index 158ed14..b754c7a 100644 --- a/roles/kitty/tasks/Debian.yaml +++ b/roles/kitty/tasks/Debian.yaml @@ -95,6 +95,7 @@ # /usr/local with stow so we delete it before stowing. - name: remove conflicting library when: kitty_install_required + become: true file: state: absent path: '{{kitty_package_dir}}/lib/libglib-2.0.so.0'