ansible/playbooks/71_uninstall_k3s.yml
2022-12-14 02:23:34 +01:00

7 lines
121 B
YAML

- hosts: odroid_master
become: true
tasks:
- name: Uninstall K3S
shell: '/usr/local/bin/k3s-uninstall.sh'