ansible-mirrorlist-management/tasks/main.yml

5 lines
113 B
YAML
Raw Normal View History

2023-02-04 23:35:05 +00:00
---
# No tasks
- debug: msg="No tasks are provided here. Please import the task as needed in your playbook."
...