mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-08 14:43:28 +01:00
10 lines
218 B
YAML
10 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
|