Update k3s(selinux package to version 1.2-2
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-08-16 11:34:44 +02:00
parent 62d4a6013e
commit 2185662cd4
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -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"