From 794c714f0bc21ea10804dcc98b28d23f069af473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Fri, 22 Sep 2023 19:56:54 +0200 Subject: [PATCH] Add more packages to install to desktop --- roles/desktop/tasks/arch.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/roles/desktop/tasks/arch.yml b/roles/desktop/tasks/arch.yml index 9ee68b0..2ebf7af 100644 --- a/roles/desktop/tasks/arch.yml +++ b/roles/desktop/tasks/arch.yml @@ -3,6 +3,8 @@ become: yes community.general.pacman: name: + - btrfs-progs + - cronie - dhcpdcd - efibootmgr - grub @@ -22,14 +24,23 @@ state: started enabled: yes +- name: "Enable service" + become: yes + ansible.builtin.systemd: + name: cronie + state: started + enabled: yes + - name: install terminal packages [Arch] become: yes community.general.pacman: name: - bind + - bluez - brightnessctl - graphviz - htop + - imagemagick - net-tools - neofetch - networkmanager @@ -49,8 +60,10 @@ become: yes community.general.pacman: name: + - file-roller - flameshot - gnome-backgrounds + - gnome-themes-extra - gsimplecal - network-manager-applet for - nm-connection-editor @@ -59,6 +72,17 @@ - pasystray - picom - 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" become: yes