Add some packages
This commit is contained in:
parent
d05ed674de
commit
1ad87749f5
1 changed files with 10 additions and 3 deletions
13
playbook.yml
13
playbook.yml
|
@ -84,7 +84,7 @@
|
|||
when: ansible_distribution == "Archlinux"
|
||||
become: true
|
||||
|
||||
- name: Install packages on Arch
|
||||
- name: Install packages on Debian
|
||||
ansible.builtin.package:
|
||||
pkg:
|
||||
- arc-theme
|
||||
|
@ -93,8 +93,12 @@
|
|||
- fonts-liberation2
|
||||
- fonts-linuxlibertine
|
||||
- fonts-noto-color-emoji
|
||||
- libglib2.0-0
|
||||
- libglib2.0-bin
|
||||
- lmodern
|
||||
- pandoc
|
||||
- pinentry-gnome3
|
||||
- pulseaudio-utils
|
||||
- texlive
|
||||
- webext-browserpass
|
||||
when: ansible_distribution == "Debian"
|
||||
become: true
|
||||
|
@ -109,12 +113,15 @@
|
|||
- foot-terminfo
|
||||
- fzf
|
||||
- g++
|
||||
- hugo
|
||||
- npm
|
||||
- mpv
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- rsync
|
||||
- waybar
|
||||
- wireplumber
|
||||
- xdg-desktop-portal-wlr
|
||||
- xwayland
|
||||
become: true
|
||||
|
||||
|
@ -131,7 +138,7 @@
|
|||
scope: user
|
||||
daemon-reload: true
|
||||
|
||||
- name: Activate Import Gsettings service
|
||||
- name: Activate Import Various service
|
||||
ansible.builtin.systemd:
|
||||
name: '{{ item }}'
|
||||
scope: user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue