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