xoxys.k3s/tasks/main.yml

8 lines
164 B
YAML

---
- include_tasks: reset.yml
when: k3s_reset | bool
- include_tasks: prepare.yml
- include_tasks: init.yml
when: k3s_server | bool
- include_tasks: setup.yml