mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-12-14 14:50:20 +01:00
5 lines
113 B
YAML
5 lines
113 B
YAML
---
|
|
|
|
- import_tasks: pre_checks.yml
|
|
|
|
- include_tasks: state_{{ (k3s_state | lower) | default('installed') }}.yml
|