mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-10 10:01:52 +01:00
6 lines
122 B
YAML
6 lines
122 B
YAML
---
|
|
|
|
- import_tasks: validate/pre-flight.yml
|
|
|
|
- include_tasks: state-{{ (k3s_state | lower) | default('installed') }}.yml
|