- name: Package Installation - Update Pacman package cache pacman: update_cache: true changed_when: false - name: Package Installation - Productivity Tools package: name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"] state: present - name: Package Installation - Install AUR packages become_user: "{{ username }}" command: yay -S --noconfirm greenclip args: creates: /usr/bin/greenclip - name: Package Installation - Development Tools package: name: ["binutils"] state: present - name: Package Installation - Media package: name: ["flameshot", "imagemagick", "scrot"] state: present - name: Package Installation - System Desktop package: name: [ "rofi", "nitrogen", "dunst", "i3blocks", "arandr", "autorandr", "brightnessctl", "autotiling", ] state: present