- name: Install and configure GO tags: go become: true # become_user: "{{ default_user }}" block: - name: Install and configure GO include_role: name: fubarhouse.golang vars: GOPATH: "{{ default_user_home }}/go"