From 2185662cd401e228c7bb209cea7aaacc487a2fc7 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Tue, 16 Aug 2022 11:34:44 +0200 Subject: [PATCH] Update k3s(selinux package to version 1.2-2 --- tasks/cluster_k3s.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/cluster_k3s.yml b/tasks/cluster_k3s.yml index 5c318ef..0f37b01 100644 --- a/tasks/cluster_k3s.yml +++ b/tasks/cluster_k3s.yml @@ -14,7 +14,7 @@ - name: Install the k3s-selinux rpm from a remote repo for yum distro yum: - name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.1.stable.1/k3s-selinux-1.1-1.el7.noarch.rpm" + name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.2.stable.2/k3s-selinux-1.2-2.el7.noarch.rpm" state: present when: - ansible_pkg_mgr == "yum" @@ -23,7 +23,7 @@ - name: Install the k3s-selinux rpm from a remote repo for dnf distro dnf: - name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.1.stable.1/k3s-selinux-1.1-1.el8.noarch.rpm" + name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.2.stable.2/k3s-selinux-1.2-2.el8.noarch.rpm" state: present when: - ansible_pkg_mgr == "dnf"