From 0f0cc67e2c38729f0d4ed70bf0b17f943e245519 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 25 May 2024 18:26:08 +0100 Subject: [PATCH] Don't stow kitty's lib directory --- roles/kitty/tasks/Debian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kitty/tasks/Debian.yaml b/roles/kitty/tasks/Debian.yaml index b754c7a..997d4b4 100644 --- a/roles/kitty/tasks/Debian.yaml +++ b/roles/kitty/tasks/Debian.yaml @@ -104,5 +104,5 @@ when: kitty_install_required become: true command: - cmd: 'stow --no-folding --target /usr/local .' + cmd: "stow --no-folding --target /usr/local --ignore='lib/.*$' ." chdir: '{{kitty_package_dir}}'