Fix Fedora package mappings for workstation profile

This commit is contained in:
Fabio Scotto di Santolo
2026-04-09 10:04:58 +02:00
parent c655fe63dc
commit c0956f45d8
2 changed files with 11 additions and 3 deletions

View File

@@ -37,11 +37,19 @@ fedora_dotfiles:
workstation_firewall_backend: firewalld workstation_firewall_backend: firewalld
fedora_workstation_dev_packages:
- distrobox
- gnupg
- gnupg2-gpg-agent
- libfido2
- openssh-clients
- pandoc
- shellcheck
workstation_host_linux_packages_fedora: workstation_host_linux_packages_fedora:
- code - code
- firewall-config - firewall-config
- gnome-shell-extensions - gnome-extensions-app
- gnome-shell-extension-manager
- gnome-tweaks - gnome-tweaks
- libreoffice - libreoffice
- meld - meld

View File

@@ -89,7 +89,7 @@
else [] else []
) )
+ (profile_packages | default([])) + (profile_packages | default([]))
+ (workstation_dev_packages | default([])) + (fedora_workstation_dev_packages | default(workstation_dev_packages | default([])))
+ ( + (
(workstation_host_linux_packages_fedora | default(workstation_host_linux_packages | default([]))) (workstation_host_linux_packages_fedora | default(workstation_host_linux_packages | default([])))
if 'workstation_host_linux' in group_names if 'workstation_host_linux' in group_names