Add more packages to install to desktop

This commit is contained in:
Przemysław Grondek 2023-09-22 19:56:54 +02:00
parent 8b6aba5dbc
commit 794c714f0b

View File

@ -3,6 +3,8 @@
become: yes become: yes
community.general.pacman: community.general.pacman:
name: name:
- btrfs-progs
- cronie
- dhcpdcd - dhcpdcd
- efibootmgr - efibootmgr
- grub - grub
@ -22,14 +24,23 @@
state: started state: started
enabled: yes enabled: yes
- name: "Enable service"
become: yes
ansible.builtin.systemd:
name: cronie
state: started
enabled: yes
- name: install terminal packages [Arch] - name: install terminal packages [Arch]
become: yes become: yes
community.general.pacman: community.general.pacman:
name: name:
- bind - bind
- bluez
- brightnessctl - brightnessctl
- graphviz - graphviz
- htop - htop
- imagemagick
- net-tools - net-tools
- neofetch - neofetch
- networkmanager - networkmanager
@ -49,8 +60,10 @@
become: yes become: yes
community.general.pacman: community.general.pacman:
name: name:
- file-roller
- flameshot - flameshot
- gnome-backgrounds - gnome-backgrounds
- gnome-themes-extra
- gsimplecal - gsimplecal
- network-manager-applet for - network-manager-applet for
- nm-connection-editor - nm-connection-editor
@ -59,6 +72,17 @@
- pasystray - pasystray
- picom - picom
- redshift - redshift
- xdotool
- xorg-xkill
- xorg-xwininfo
- name: Install some fonts
become: yes
community.general.pacman:
name:
- ttf-dejavu
- ttf-font-awesome
- ttf-ubuntu-font-family
- name: "Enable network manager" - name: "Enable network manager"
become: yes become: yes