Add WebP support
This commit is contained in:
parent
12f2ef8338
commit
a41091e13b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
- name: Install Gnome packages
|
- name: Install Gnome packages
|
||||||
become: true
|
become: true
|
||||||
community.general.pkgng:
|
community.general.pkgng:
|
||||||
name: gnome,seatd,source-code-pro-ttf
|
name: gnome,seatd,source-code-pro-ttf,webp-pixbuf-loader
|
||||||
state: present
|
state: present
|
||||||
- name: Start dbus at boot
|
- name: Start dbus at boot
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue