ansible-gitea-management/tasks/main.yml

7 lines
153 B
YAML

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