ansible-gitea-management/tasks/main.yml
2023-01-11 00:49:14 -07:00

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."
...