mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-06 05:43:29 +01:00
13 lines
266 B
YAML
13 lines
266 B
YAML
---
|
|
|
|
- name: "Run k3s-killall.sh"
|
|
command: k3s-killall.sh
|
|
|
|
- name: "Run k3s-uninstall.sh"
|
|
command:
|
|
cmd: k3s-uninstall.sh
|
|
removes: /usr/local/bin/k3s-uninstall.sh
|
|
|
|
- name: "Clean up Docker"
|
|
command: docker system prune -a --force
|
|
when: k3s_use_docker
|