Move more packages into x86_64 only
This commit is contained in:
parent
fbd11bd340
commit
9940941792
@ -48,7 +48,6 @@
|
|||||||
#- phonon-qt5-gstreamer
|
#- phonon-qt5-gstreamer
|
||||||
#- seahorse
|
#- seahorse
|
||||||
- aardvark-dns # containers
|
- aardvark-dns # containers
|
||||||
- amd-ucode # microcode
|
|
||||||
- ansible # iac
|
- ansible # iac
|
||||||
- base-devel # devel stuff
|
- base-devel # devel stuff
|
||||||
- bind # dnsutils (nslookup, dig)
|
- bind # dnsutils (nslookup, dig)
|
||||||
@ -57,12 +56,10 @@
|
|||||||
- clang
|
- clang
|
||||||
- cmake
|
- cmake
|
||||||
- composer
|
- composer
|
||||||
- discord
|
|
||||||
- dnsmasq # virtualization
|
- dnsmasq # virtualization
|
||||||
- dosfstools # fat
|
- dosfstools # fat
|
||||||
- e2fsprogs # ext4
|
- e2fsprogs # ext4
|
||||||
- easyeffects # audio effects
|
- easyeffects # audio effects
|
||||||
- edk2-ovmf # virtualization
|
|
||||||
- emacs-wayland
|
- emacs-wayland
|
||||||
- exfatprogs # exfat
|
- exfatprogs # exfat
|
||||||
- f2fs-tools # f2fs
|
- f2fs-tools # f2fs
|
||||||
@ -88,8 +85,6 @@
|
|||||||
- hyphen-de # spelling
|
- hyphen-de # spelling
|
||||||
- hyphen-en # spelling
|
- hyphen-en # spelling
|
||||||
- imv # image viewer
|
- imv # image viewer
|
||||||
- intel-media-driver # VAAPI
|
|
||||||
- intel-ucode # microcode
|
|
||||||
- jre-openjdk # java
|
- jre-openjdk # java
|
||||||
- just # command runner
|
- just # command runner
|
||||||
- kde-applications-meta # kde
|
- kde-applications-meta # kde
|
||||||
@ -98,13 +93,6 @@
|
|||||||
- languagetool
|
- languagetool
|
||||||
- libreoffice-fresh # office
|
- libreoffice-fresh # office
|
||||||
- libreoffice-fresh-de # office
|
- libreoffice-fresh-de # office
|
||||||
- libva-intel-driver # VAAPI
|
|
||||||
- libva-mesa-driver # VAAPI
|
|
||||||
- libva-utils # VAAPI
|
|
||||||
- libvirt # virtualization
|
|
||||||
- linux # kernel
|
|
||||||
- linux-firmware # kernel
|
|
||||||
- linux-headers # kernel
|
|
||||||
- lldb
|
- lldb
|
||||||
- lldb-mi
|
- lldb-mi
|
||||||
- lutris # games
|
- lutris # games
|
||||||
@ -146,7 +134,6 @@
|
|||||||
- python-pipenv # code
|
- python-pipenv # code
|
||||||
- python-pyflakes # code
|
- python-pyflakes # code
|
||||||
- python-pytest # code
|
- python-pytest # code
|
||||||
- qemu-full # virtualization
|
|
||||||
- rebuild-detector # packages
|
- rebuild-detector # packages
|
||||||
- reflector # mirrors
|
- reflector # mirrors
|
||||||
- restic # backup
|
- restic # backup
|
||||||
@ -173,10 +160,7 @@
|
|||||||
- util-linux # various utils
|
- util-linux # various utils
|
||||||
- vdpauinfo # VDPAU
|
- vdpauinfo # VDPAU
|
||||||
- vim # editor
|
- vim # editor
|
||||||
- virt-manager # virtualization
|
|
||||||
- vscode-css-languageserver
|
- vscode-css-languageserver
|
||||||
- vulkan-intel # video driver
|
|
||||||
- vulkan-radeon # video driver
|
|
||||||
- wget # network
|
- wget # network
|
||||||
- wireguard-tools # vpn
|
- wireguard-tools # vpn
|
||||||
- wireplumber # audio
|
- wireplumber # audio
|
||||||
@ -193,17 +177,43 @@
|
|||||||
tags: packages
|
tags: packages
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: x86_64 | Install other packages unavailable on ALARM
|
||||||
|
community.general.pacman:
|
||||||
|
state: present
|
||||||
|
# select the lines and use 'M-x sort-lines'
|
||||||
|
name: "{{ item }}"
|
||||||
|
loop:
|
||||||
|
- amd-ucode # microcode
|
||||||
|
- discord
|
||||||
|
- edk2-ovmf # virtualization
|
||||||
|
- intel-media-driver # VAAPI
|
||||||
|
- intel-ucode # microcode
|
||||||
|
- libva-intel-driver # VAAPI
|
||||||
|
- libva-mesa-driver # VAAPI
|
||||||
|
- libva-utils # VAAPI
|
||||||
|
- libvirt # virtualization
|
||||||
|
- linux # kernel
|
||||||
|
- linux-firmware # kernel
|
||||||
|
- linux-headers # kernel
|
||||||
|
- qemu-full # virtualization
|
||||||
|
- virt-manager # virtualization
|
||||||
|
- vulkan-intel # video driver
|
||||||
|
- vulkan-radeon # video driver
|
||||||
|
when: ansible_architecture == "x86_64"
|
||||||
|
tags: packages
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: x86_64 | Install multilib packages
|
- name: x86_64 | Install multilib packages
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
state: present
|
state: present
|
||||||
# select the lines and use 'M-x sort-lines'
|
# select the lines and use 'M-x sort-lines'
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- steam # games
|
|
||||||
- wine # windows
|
|
||||||
- lib32-mesa # video driver
|
- lib32-mesa # video driver
|
||||||
- lib32-vulkan-intel # video driver
|
- lib32-vulkan-intel # video driver
|
||||||
- lib32-vulkan-radeon # video driver
|
- lib32-vulkan-radeon # video driver
|
||||||
|
- steam # games
|
||||||
|
- wine # windows
|
||||||
when: ansible_architecture == "x86_64"
|
when: ansible_architecture == "x86_64"
|
||||||
tags: packages
|
tags: packages
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user