diff --git a/playbook.yml b/playbook.yml index 17541ac..b2bc440 100644 --- a/playbook.yml +++ b/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