feat: Initial commit
This commit is contained in:
14
tests/test.yml
Normal file
14
tests/test.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user