--- - name: Combava hosts: localhost become: true vars_files: - vars/users.yml vars: users: - "{{ me }}" - "{{ admin }}" pre_tasks: - name: update pacman cache community.general.pacman: update_cache: yes roles: - arch_aur - core - workstation - users - dotfiles #- gnome