Skip to content

Commit

Permalink
Add some dnf5 stuff v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Oct 10, 2024
1 parent 13b65bd commit 5c0e328
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbooks/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dnf_pkgs:
- cargo
- python3-argcomplete
- python3-psutil
- steam-devices

dnf_gui_pkgs:
- clamtk
Expand All @@ -85,6 +84,8 @@ dnf_gui_pkgs:
- vlc
- wireshark

dnf_extra_pkgs: []

snap_apps: []

snap_classic_apps: []
Expand Down
3 changes: 3 additions & 0 deletions playbooks/group_vars/x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ flatpak_apps:
krew_plugins:
- sniff
- hns

dnf_extra_pkgs:
- steam-devices
1 change: 1 addition & 0 deletions roles/pkg_mgmt/dnf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- "[{{ generic_pkgs }}]"
- "[{{ dnf_pkgs }}]"
- "[{{ dnf_gui_pkgs }}]"
- "[{{ dnf_extra_pkgs }}]"

- import_tasks: update.yml
tags:
Expand Down

0 comments on commit 5c0e328

Please sign in to comment.