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:
+1
-1
@@ -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:
|
||||
|
||||
@@ -10,12 +10,11 @@ dnf_packages:
|
||||
- steam
|
||||
- git
|
||||
- gh
|
||||
- nvim
|
||||
- neovim
|
||||
- tldr
|
||||
- btop
|
||||
- 1password
|
||||
- sublime-text
|
||||
- mangojuice
|
||||
- gamemode
|
||||
- gamescope
|
||||
- obs-studio
|
||||
|
||||
@@ -12,3 +12,4 @@ flatpak_packages:
|
||||
- com.vysp3r.ProtonPlus
|
||||
- org.musicbrainz.Picard
|
||||
- io.github.lullabyX.sone
|
||||
- io.github.radiolamp.mangojuice
|
||||
|
||||
Reference in New Issue
Block a user