From fe2ce87dc6c51f26456bfb36898f90fae8ebdd73 Mon Sep 17 00:00:00 2001 From: Srinivasan Selvam Date: Wed, 27 May 2020 11:58:08 +0530 Subject: [PATCH] k3s rpm removal because not working Signed-off-by: Srinivasan Selvam Change-Id: Id4df9edec3ec841d6cf22e4a2067e51a94882128 --- ocd/infra/playbooks/roles/k3s/tasks/install.yml | 6 ------ 1 file changed, 6 deletions(-) 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}' -- 2.16.6