Update packages

This commit is contained in:
exu 2024-10-10 20:26:31 +02:00
parent 8459274f26
commit 35dfa0f64a

View File

@ -1,192 +1,193 @@
--- ---
- name: Enable multilib repo - name: Enable multilib repo
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: /etc/pacman.conf path: /etc/pacman.conf
prepend_newline: true prepend_newline: true
block: | block: |
[multilib] [multilib]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
become: true become: true
- name: Update packages - name: Update packages
community.general.pacman: community.general.pacman:
update_cache: true update_cache: true
upgrade: true upgrade: true
become: true become: true
- name: Install priority packages - name: Install priority 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:
- pipewire # audio - pipewire # audio
- pipewire-alsa # audio - pipewire-alsa # audio
- pipewire-jack # audio - pipewire-jack # audio
- pipewire-pulse # audio - pipewire-pulse # audio
become: true become: true
- name: Install other packages - name: Install other 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:
- aardvark-dns # containers - aardvark-dns # containers
- amd-ucode # microcode - amd-ucode # microcode
- ansible # iac - ansible # iac
- base-devel # devel stuff - base-devel # devel stuff
- bind # dnsutils (nslookup, dig) - bind # dnsutils (nslookup, dig)
- btrfs-progs # btrfs - btrfs-progs # btrfs
- buildah # containers - buildah # containers
- clang - clang
- cmake - cmake
- composer - composer
- discord - discord
- dnsmasq # virtualization - dnsmasq # virtualization
- dosfstools # fat - dosfstools # fat
- e2fsprogs # ext4 - e2fsprogs # ext4
- easyeffects # audio effects - easyeffects # audio effects
- edk2-ovmf # virtualization - edk2-ovmf # virtualization
- emacs-wayland - emacs-wayland
- exfatprogs # exfat - exfatprogs # exfat
- f2fs-tools # f2fs - f2fs-tools # f2fs
- fd - fd
- ffmpeg # multimedia - ffmpeg # multimedia
- firefox # browser - firefox # browser
- firewalld # firewall - firewalld # firewall
- fish # shell - fish # shell
- flatpak # packages - flatpak # packages
- freetype2 # fonts - freetype2 # fonts
- fuse-overlayfs # containers - fuse-overlayfs # containers
- fwupd # firmware - fwupd # firmware
- fwupd-efi # firmware - fwupd-efi # firmware
- gdb - gdb
- git # code - git # code
- git-lfs # code - git-lfs # code
- hunspell # spelling - hunspell # spelling
- hunspell-de # spelling - hunspell-de # spelling
- hunspell-en_gb # spelling - hunspell-en_gb # spelling
- hunspell-en_us # spelling - hunspell-en_us # spelling
- hyphen # spelling - hyphen # spelling
- hyphen-de # spelling - hyphen-de # spelling
- hyphen-en # spelling - hyphen-en # spelling
- imv # image viewer - imv # image viewer
- intel-media-driver # VAAPI - intel-media-driver # VAAPI
- intel-ucode # microcode - intel-ucode # microcode
- jre-openjdk # java - jre-openjdk # java
- just # command runner - just # command runner
- kde-applications-meta # kde - kde-applications-meta # kde
- kid3 # music metadata - kid3 # music metadata
- krita - krita
- languagetool - languagetool
- 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
- libreoffice-fresh # office - libreoffice-fresh # office
- libreoffice-fresh-de # office - libreoffice-fresh-de # office
- libva-intel-driver # VAAPI - libva-intel-driver # VAAPI
- libva-mesa-driver # VAAPI - libva-mesa-driver # VAAPI
- libva-utils # VAAPI - libva-utils # VAAPI
- libvirt # virtualization - libvirt # virtualization
- linux # kernel - linux # kernel
- linux-firmware # kernel - linux-firmware # kernel
- linux-headers # kernel - linux-headers # kernel
- lldb - lldb
- lldb-mi - lldb-mi
- lutris # games - lutris # games
- man-db # docs - man-db # docs
- mesa # video driver - mesa # video driver
- mesa-vdpau # VDPAU - mesa-vdpau # VDPAU
- mosh # remote shell - mosh # remote shell
- mtools # fat - mtools # fat
- mythes-de # thesaurus - mythes-de # thesaurus
- mythes-en # thesaurus - mythes-en # thesaurus
- nerd-fonts # fonts - nerd-fonts # fonts
- nextcloud-client # cloud - nextcloud-client # cloud
- nodejs - nodejs
- noto-fonts # fonts - noto-fonts # fonts
- noto-fonts-cjk # fonts - noto-fonts-cjk # fonts
- noto-fonts-emoji # fonts - noto-fonts-emoji # fonts
- ntfs-3g # ntfs - ntfs-3g # ntfs
- nvme-cli # nvme ssd - nvme-cli # nvme ssd
- obs-studio # recording - obs-studio # recording
- okular # pdf - okular # pdf
- openssh # remote shell - openssh # remote shell
- opentofu # iac - opentofu # iac
- otf-font-awesome # fonts - otf-font-awesome # fonts
- p7zip # compression - p7zip # compression
- packagekit-qt6 - packagekit-qt6
- pacman-contrib # scripts - pacman-contrib # scripts
- pandoc - pandoc
- php # code - php # code
- piper # mouse - piper # mouse
- pkgstats - pkgstats
- podman # containers - plasma-meta
- power-profiles-daemon # power management - podman # containers
- prettier # code - power-profiles-daemon # power management
- pyright # code - prettier # code
- python-black # code - pyright # code
- python-debugpy # code - python-black # code
- python-isort # code - python-debugpy # code
- python-pip # code - python-isort # code
- python-pipenv # code - python-pip # code
- python-pyflakes # code - python-pipenv # code
- python-pytest # code - python-pyflakes # code
- qemu-full # virtualization - python-pytest # code
- rebuild-detector # packages - qemu-full # virtualization
- reflector # mirrors - rebuild-detector # packages
- restic # backup - reflector # mirrors
- ripgrep # doom emacs - restic # backup
- rsync # file sync - ripgrep # doom emacs
- ruby-sass # code - rsync # file sync
- shellcheck # code - ruby-sass # code
- shfmt # code - shellcheck # code
- smartmontools # disks - shfmt # code
- steam # games - smartmontools # disks
- stress # benchmark - steam # games
- stylelint # code - stress # benchmark
- tesseract-data-deu - stylelint # code
- tesseract-data-eng - tesseract-data-deu
- texlive-core - tesseract-data-eng
- thunderbird # email - texlive-core
- tidy - thunderbird # email
- traceroute # network - tidy
- transmission-remote-gtk # torrent - traceroute # network
- ttf-fira-code # fonts - transmission-remote-gtk # torrent
- ttf-fira-sans # fonts - ttf-fira-code # fonts
- udftools # udf - ttf-fira-sans # fonts
- unrar # compression - udftools # udf
- unzip # compression - unrar # compression
- util-linux # various utils - unzip # compression
- vdpauinfo # VDPAU - util-linux # various utils
- vim # editor - vdpauinfo # VDPAU
- virt-manager # virtualization - vim # editor
- vscode-css-languageserver - virt-manager # virtualization
- vulkan-intel # video driver - vscode-css-languageserver
- vulkan-radeon # video driver - vulkan-intel # video driver
- wget # network - vulkan-radeon # video driver
- wine # windows - wget # network
- wireguard-tools # vpn - wine # windows
- wireplumber # audio - wireguard-tools # vpn
- xdg-desktop-portal-gtk # flatpak theming - wireplumber # audio
- xdg-user-dirs # standards - xdg-desktop-portal-gtk # flatpak theming
- xdg-utils # standards - xdg-user-dirs # standards
- xfsprogs # xfs - xdg-utils # standards
- yt-dlp - xfsprogs # xfs
#- gnome-keyring - yt-dlp
#- hdparm #- gnome-keyring
#- libaacs #- hdparm
#- libbluray #- libaacs
#- libcdio #- libbluray
#- libdvdcss #- libcdio
#- libdvdnav #- libdvdcss
#- libdvdread #- libdvdnav
#- libsecret #- libdvdread
#- phonon-qt5-gstreamer #- libsecret
#- seahorse #- phonon-qt5-gstreamer
# - dockerfile-language-server # code # AUR #- seahorse
# - dockfmt # AUR # - dockerfile-language-server # code # AUR
# - refind-theme-nord # bootmenu # AUR # - dockfmt # AUR
# - btrfsmaintenance # AUR # - refind-theme-nord # bootmenu # AUR
# - btrfsmaintenance # AUR
become: true become: true