Robert Kaussow
b8f4148994
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
224 B
YAML
10 lines
224 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
|
|
- include_tasks: iscsi.yml
|
|
when: k3s_iscsi_enabled | bool
|