#SPDX-License-Identifier: MIT-0 --- - hosts: all remote_user: michael roles: - role: '../../ansible-role-hpa' tasks: - name: Start. ansible.builtin.debug: msg: "Starting task..." #- include_tasks: ../tasks/main.yml