--- - name: Rebuild global output index from local exports hosts: localhost connection: local gather_facts: true become: false tasks: - name: Generate output/index.html and open in browser ansible.builtin.include_role: name: hysteria2 tasks_from: export_global.yml