fix: ret pakkenavne og deprecation warning fra test

- Ret nvim → neovim (korrekt pakkenavn i Fedora-repos)
- Flyt mangojuice fra DNF til Flatpak (io.github.radiolamp.mangojuice)
- Ret ansible_processor → ansible_facts['processor'] (deprecation warning)
This commit is contained in:
2026-05-22 19:33:40 +02:00
parent 0b878ecc8b
commit 5a6792e782
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
ansible.builtin.dnf:
name: intel-media-driver
state: present
when: ansible_processor | join(' ') | lower is search('intel')
when: ansible_facts['processor'] | join(' ') | lower is search('intel')
- name: DVD - rpmfusion-free-release-tainted
ansible.builtin.dnf:
+1 -2
View File
@@ -10,12 +10,11 @@ dnf_packages:
- steam
- git
- gh
- nvim
- neovim
- tldr
- btop
- 1password
- sublime-text
- mangojuice
- gamemode
- gamescope
- obs-studio
+1
View File
@@ -12,3 +12,4 @@ flatpak_packages:
- com.vysp3r.ProtonPlus
- org.musicbrainz.Picard
- io.github.lullabyX.sone
- io.github.radiolamp.mangojuice