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:
2026-05-22 22:35:40 +02:00
parent 666c7bb59c
commit d61ad5d908
4 changed files with 16 additions and 1 deletions
+2
View File
@@ -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