Files
ansible-role-hpa/tests/test.yml
2024-11-24 13:24:33 -05:00

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