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:
|
ansible.builtin.package:
|
||||||
pkg:
|
pkg:
|
||||||
- arc-theme
|
- arc-theme
|
||||||
|
- brightnessctl
|
||||||
- fonts-dejavu
|
- fonts-dejavu
|
||||||
- fonts-firacode
|
- fonts-firacode
|
||||||
- fonts-liberation2
|
- fonts-liberation2
|
||||||
- fonts-linuxlibertine
|
- fonts-linuxlibertine
|
||||||
- fonts-noto-color-emoji
|
- 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
|
||||||
- foot-terminfo
|
- foot-terminfo
|
||||||
- fuzzel
|
- fuzzel
|
||||||
|
- g++
|
||||||
- imv
|
- imv
|
||||||
|
- libglib2.0-bin
|
||||||
|
- libnotify-bin
|
||||||
- mpv
|
- mpv
|
||||||
- ntfs-3g
|
- ntfs-3g
|
||||||
|
- papirus-icon-theme
|
||||||
|
- pcsc-tools
|
||||||
|
- pcscd
|
||||||
|
- pinentry-gnome3
|
||||||
- pipewire
|
- pipewire
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
|
- pulseaudio-utils
|
||||||
|
- scdaemon
|
||||||
- sshfs
|
- sshfs
|
||||||
- udisks2
|
- udisks2
|
||||||
- wireplumber
|
- wireplumber
|
||||||
- xdg-desktop-portal-wlr
|
- xdg-desktop-portal-wlr
|
||||||
- xdg-user-dirs
|
- xdg-user-dirs
|
||||||
|
- xwayland
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Copy executable files
|
- name: Copy executable files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue