feat: tilføj DNF upgrade og autoremove som første og sidste task
- Opret tasks/upgrade.yml — opdaterer alle pakker inden installation - Opret tasks/cleanup.yml — kører dnf autoremove til sidst - Opdater site.yml og README med de nye tasks
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- vars/dnf_packages.yml
|
||||
- vars/flatpak_packages.yml
|
||||
tasks:
|
||||
- import_tasks: tasks/upgrade.yml
|
||||
- import_tasks: tasks/rpmfusion.yml
|
||||
- import_tasks: tasks/repos.yml
|
||||
- import_tasks: tasks/dnf_packages.yml
|
||||
@@ -16,3 +17,4 @@
|
||||
- import_tasks: tasks/icons.yml
|
||||
- import_tasks: tasks/dotfiles.yml
|
||||
- import_tasks: tasks/system.yml
|
||||
- import_tasks: tasks/cleanup.yml
|
||||
|
||||
Reference in New Issue
Block a user