mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
11 lines
218 B
YAML
11 lines
218 B
YAML
---
|
|
|
|
- import_tasks: ensure_pre_configuration.yml
|
|
|
|
- import_tasks: ensure_drain_and_remove_nodes.yml
|
|
|
|
- import_tasks: ensure_uninstalled.yml
|
|
|
|
- import_tasks: post_checks_uninstalled.yml
|
|
when: not k3s_skip_validation
|