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}}'