ansible-gitea-management/tasks/main.yml

7 lines
153 B
YAML
Raw Normal View History

2022-03-04 05:15:25 +00:00
---
# No tasks
2023-01-11 07:49:14 +00:00
- name: "No Tasks"
ansible.builtin.debug:
msg: "No tasks are provided here. Please import the task as needed in your playbook."
2022-03-04 05:15:25 +00:00
...