ansible-mirrorlist-management/tasks/main.yml

5 lines
113 B
YAML

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