Fix kitty role, lacking become

This commit is contained in:
Kenneth Benzie 2024-04-22 10:06:37 +01:00
parent 6132cc58a6
commit dcb0f8c08c

View File

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