X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fk3s%2Ftasks%2Funinstall.yml;h=31dbfc789e7546f16f507a500f773384b363c790;hb=4586884e10e076df6ee2d0cbb31c64dae3f3168c;hp=bbf013c491cf4dd1c3741fc3a609b1552e07272c;hpb=65a13f210e491b623d2a0c8ed9f374f4d81976d0;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/k3s/tasks/uninstall.yml b/ocd/infra/playbooks/roles/k3s/tasks/uninstall.yml index bbf013c..31dbfc7 100644 --- a/ocd/infra/playbooks/roles/k3s/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/k3s/tasks/uninstall.yml @@ -13,21 +13,6 @@ # limitations under the License. --- -- name: check whether k3s is already installed - shell: - cmd: which k3s - register: result - ignore_errors: yes - no_log: True - -- debug: - msg: Uninstalling k3s... - when: result.stdout != "" - -- debug: - msg: Ignore Uninstall Log , K3s not installed - when: result.stdout == "" - - name: kill k3s shell: cmd: k3s-killall.sh