11 lines
223 B
YAML
11 lines
223 B
YAML
---
|
|
- name: ping
|
|
hosts: kube
|
|
gather_facts: true
|
|
|
|
tasks:
|
|
- name: running uninstall script
|
|
ansible.builtin.command: /usr/local/bin/k3s-uninstall.sh
|
|
args:
|
|
removes: /usr/local/bin/k3s-uninstall.sh
|