Add libfuse2 for appimages

This commit is contained in:
Przemek Grondek 2023-05-16 10:29:57 +02:00
parent 9adbc56334
commit eb9f176046

View File

@ -26,6 +26,12 @@
- policykit-1-gnome
- printer-driver-escpr
- name: install libfuse2 for appimages
become: yes
apt:
pkg:
- libfuse2
- name: install gui packages
become: yes
apt: