Add some packages

This commit is contained in:
Yorick Barbanneau 2023-03-11 02:56:54 +01:00
parent d05ed674de
commit 1ad87749f5

View file

@ -84,7 +84,7 @@
when: ansible_distribution == "Archlinux" when: ansible_distribution == "Archlinux"
become: true become: true
- name: Install packages on Arch - name: Install packages on Debian
ansible.builtin.package: ansible.builtin.package:
pkg: pkg:
- arc-theme - arc-theme
@ -93,8 +93,12 @@
- fonts-liberation2 - fonts-liberation2
- fonts-linuxlibertine - fonts-linuxlibertine
- fonts-noto-color-emoji - fonts-noto-color-emoji
- libglib2.0-0 - libglib2.0-bin
- lmodern
- pandoc
- pinentry-gnome3 - pinentry-gnome3
- pulseaudio-utils
- texlive
- webext-browserpass - webext-browserpass
when: ansible_distribution == "Debian" when: ansible_distribution == "Debian"
become: true become: true
@ -109,12 +113,15 @@
- foot-terminfo - foot-terminfo
- fzf - fzf
- g++ - g++
- hugo
- npm - npm
- mpv - mpv
- pipewire - pipewire
- pipewire-pulse - pipewire-pulse
- rsync
- waybar - waybar
- wireplumber - wireplumber
- xdg-desktop-portal-wlr
- xwayland - xwayland
become: true become: true
@ -131,7 +138,7 @@
scope: user scope: user
daemon-reload: true daemon-reload: true
- name: Activate Import Gsettings service - name: Activate Import Various service
ansible.builtin.systemd: ansible.builtin.systemd:
name: '{{ item }}' name: '{{ item }}'
scope: user scope: user