Modified files for k3s and helmplugin
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / uninstall.yml
index 26d30c1..31dbfc7 100644 (file)
 # limitations under the License.
 
 ---
-- name: check whether k3s is already installed
-  shell:
-    cmd: which k3s
-  register: result
-  ignore_errors: true
-
 - name: kill k3s
   shell:
     cmd: k3s-killall.sh