k3s rpm removal because not working
[ealt-edge.git] / ocd / infra / playbooks / roles / k3s / tasks / install.yml
index 70cde7c..9860a39 100644 (file)
   when: ansible_facts['distribution'] == "CentOS" and result is failed
   ignore_errors: true
 
-- name: "INSTALL: install k3s-selinux-0.1.1-rc1.el7.noarch.rpm"
-  shell:
-    cmd: rpm -i https://rpm.rancher.io/k3s-selinux-0.1.1-rc1.el7.noarch.rpm
-  when: ansible_facts['distribution'] == "CentOS" and result is failed
-  ignore_errors: true
-
 - name: "INSTALL: get interface name"
   shell:
     cmd: ip a |grep {{ ansible_host }} |awk '{print $NF}'