Removed extra logs
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / uninstall.yml
index bbf013c..31dbfc7 100644 (file)
 # 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