ansible-gitea-management/tasks/main.yml
2022-03-03 22:15:25 -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."
...