chore: reorganize debian package list
This commit is contained in:
parent
c7b9cb2086
commit
320d9b5f42
1 changed files with 11 additions and 21 deletions
32
playbook.yml
32
playbook.yml
|
@ -54,45 +54,35 @@
|
|||
ansible.builtin.package:
|
||||
pkg:
|
||||
- arc-theme
|
||||
- brightnessctl
|
||||
- fonts-dejavu
|
||||
- fonts-firacode
|
||||
- fonts-liberation2
|
||||
- fonts-linuxlibertine
|
||||
- fonts-noto-color-emoji
|
||||
- g++
|
||||
- libglib2.0-bin
|
||||
- lmodern
|
||||
- libnotify-bin
|
||||
- pandoc
|
||||
- pinentry-gnome3
|
||||
- pcscd
|
||||
- pcsc-tools
|
||||
- pulseaudio-utils
|
||||
- scdaemon
|
||||
- texlive
|
||||
- webext-browserpass
|
||||
- xwayland
|
||||
when: ansible_distribution == "Debian"
|
||||
become: true
|
||||
|
||||
- name: Install others packages
|
||||
ansible.builtin.package:
|
||||
pkg:
|
||||
- papirus-icon-theme
|
||||
- brightnessctl
|
||||
- foot
|
||||
- foot-terminfo
|
||||
- fuzzel
|
||||
- g++
|
||||
- imv
|
||||
- libglib2.0-bin
|
||||
- libnotify-bin
|
||||
- mpv
|
||||
- ntfs-3g
|
||||
- papirus-icon-theme
|
||||
- pcsc-tools
|
||||
- pcscd
|
||||
- pinentry-gnome3
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- pulseaudio-utils
|
||||
- scdaemon
|
||||
- sshfs
|
||||
- udisks2
|
||||
- wireplumber
|
||||
- xdg-desktop-portal-wlr
|
||||
- xdg-user-dirs
|
||||
- xwayland
|
||||
become: true
|
||||
|
||||
- name: Copy executable files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue