xoxys.k3s/tasks/main.yml

8 lines
164 B
YAML
Raw Normal View History

2022-10-03 22:58:05 +02:00
---
- include_tasks: reset.yml
when: k3s_reset | bool
- include_tasks: prepare.yml
- include_tasks: init.yml
when: k3s_server | bool
- include_tasks: setup.yml