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:
|
ansible.builtin.dnf:
|
||||||
name: intel-media-driver
|
name: intel-media-driver
|
||||||
state: present
|
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
|
- name: DVD - rpmfusion-free-release-tainted
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
|
|||||||
@@ -10,12 +10,11 @@ dnf_packages:
|
|||||||
- steam
|
- steam
|
||||||
- git
|
- git
|
||||||
- gh
|
- gh
|
||||||
- nvim
|
- neovim
|
||||||
- tldr
|
- tldr
|
||||||
- btop
|
- btop
|
||||||
- 1password
|
- 1password
|
||||||
- sublime-text
|
- sublime-text
|
||||||
- mangojuice
|
|
||||||
- gamemode
|
- gamemode
|
||||||
- gamescope
|
- gamescope
|
||||||
- obs-studio
|
- obs-studio
|
||||||
|
|||||||
@@ -12,3 +12,4 @@ flatpak_packages:
|
|||||||
- com.vysp3r.ProtonPlus
|
- com.vysp3r.ProtonPlus
|
||||||
- org.musicbrainz.Picard
|
- org.musicbrainz.Picard
|
||||||
- io.github.lullabyX.sone
|
- io.github.lullabyX.sone
|
||||||
|
- io.github.radiolamp.mangojuice
|
||||||
|
|||||||
Reference in New Issue
Block a user