mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
8 lines
240 B
YAML
8 lines
240 B
YAML
---
|
|
|
|
- name: Run pre-checks
|
|
ansible.builtin.import_tasks: pre_checks.yml
|
|
|
|
- name: "Ensure state {{ (k3s_state | lower) | default('installed') }}"
|
|
ansible.builtin.include_tasks: state_{{ (k3s_state | lower) | default('installed') }}.yml
|