15 lines
250 B
YAML
15 lines
250 B
YAML
#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
|