X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fk3s%2Ftasks%2Finstall.yml;h=9860a39aeb60dac5ec419ad79707f3676cb5b607;hb=fe2ce87dc6c51f26456bfb36898f90fae8ebdd73;hp=70cde7ca1717f94e786aaf692902452f2e8b7b06;hpb=6085fe77730bcdf822bb7efb13945e69fa44ceeb;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/k3s/tasks/install.yml b/ocd/infra/playbooks/roles/k3s/tasks/install.yml index 70cde7c..9860a39 100644 --- a/ocd/infra/playbooks/roles/k3s/tasks/install.yml +++ b/ocd/infra/playbooks/roles/k3s/tasks/install.yml @@ -43,12 +43,6 @@ 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}'