mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
7 lines
121 B
YAML
Executable File
7 lines
121 B
YAML
Executable File
- hosts: odroid_master
|
|
become: true
|
|
tasks:
|
|
- name: Uninstall K3S
|
|
shell: '/usr/local/bin/k3s-uninstall.sh'
|
|
|