mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
6
playbooks/71_uninstall_k3s.yml
Normal file
6
playbooks/71_uninstall_k3s.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- hosts: odroid_master
|
||||
become: true
|
||||
tasks:
|
||||
- name: Uninstall K3S
|
||||
shell: '/usr/local/bin/k3s-uninstall.sh'
|
||||
|
Reference in New Issue
Block a user