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