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