Add missing packages to install

This commit is contained in:
Przemek Grondek 2023-10-24 09:18:24 +02:00
parent aca013f219
commit 79127af4d6
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
become: yes become: yes
community.general.pacman: community.general.pacman:
name: name:
- bash-completion
- bind - bind
- bluez - bluez
- brightnessctl - brightnessctl
@ -61,6 +62,7 @@
community.general.pacman: community.general.pacman:
name: name:
- file-roller - file-roller
- firefox
- flameshot - flameshot
- gnome-backgrounds - gnome-backgrounds
- gnome-themes-extra - gnome-themes-extra
@ -72,6 +74,7 @@
- pasystray - pasystray
- picom - picom
- redshift - redshift
- thunderbird
- xdotool - xdotool
- xorg-xkill - xorg-xkill
- xorg-xwininfo - xorg-xwininfo

View File

@ -22,6 +22,7 @@
- dunst - dunst
- arandr - arandr
- ttf-font-awesome - ttf-font-awesome
- xss-lock
when: ansible_distribution == "Archlinux" when: ansible_distribution == "Archlinux"
- name: override dmenu_run - name: override dmenu_run