Add WebP support

This commit is contained in:
Anthony Rose 2023-12-13 17:31:26 +00:00
parent 12f2ef8338
commit a41091e13b

View file

@ -16,7 +16,7 @@
- name: Install Gnome packages
become: true
community.general.pkgng:
name: gnome,seatd,source-code-pro-ttf
name: gnome,seatd,source-code-pro-ttf,webp-pixbuf-loader
state: present
- name: Start dbus at boot
become: true