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