Only install gnome-firmware on graphical installs.

This commit is contained in:
Tom Alexander
2023-09-12 15:07:38 -04:00
parent deb977de09
commit beb8781b5c
2 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,12 @@
package:
name:
- fwupd
state: present
- name: Install packages
when: install_graphics
package:
name:
- gnome-firmware
state: present