ansible/playbooks/71_uninstall_k3s.yml

7 lines
121 B
YAML
Raw Normal View History

2022-12-14 02:23:34 +01:00
- hosts: odroid_master
become: true
tasks:
- name: Uninstall K3S
shell: '/usr/local/bin/k3s-uninstall.sh'