ansible-buildsys-management/tasks/main.yml
2022-12-13 18:05:22 -07:00

5 lines
113 B
YAML

---
# No tasks
- debug: msg="No tasks are provided here. Please import the task as needed in your playbook."
...