--- - name: Converge hosts: all become: true vars: pacman_pkgs: - "{{ pacman_utils }}" aur_pkgs: - "{{ aur_utils }}" pre_tasks: - name: Update cache community.general.pacman: update_cache: true - name: set AUR include_role: name: "../arch_aur" tasks: - name: "Include workstation" include_role: name: "workstation"