--- # tasks file for gnome - name: Install gnome packages pacman: name: "{{ item }}" state: present with_items: "{{ pacman_gnome }}" - name: Install look and feel pacman: name: - materia-gtk-theme - gnome-icon-theme-extras - arc-solid-gtk-theme - arc-gtk-theme - gnome-themes-extra - gnome-icon-theme-symbolic - gnome-icon-theme - adwaita-icon-theme state: present - name: Install AUR Icons and gtk themes aur: name: "{{ item }}" use: makepkg state: present with_items: - plata-theme - gnome-colors-icon-theme - numix-icon-theme-git - numix-circle-icon-theme-git - tela-icon-theme-git become: yes become_user: aur_builder