Update k3s-selinux to version 1.6.stable.1
This commit is contained in:
parent
453ed3df65
commit
9862658cc2
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
- name: Install the k3s-selinux rpm from a remote repo for yum distro
|
||||
ansible.builtin.yum:
|
||||
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.5.stable.1/k3s-selinux-1.5-1.el7.noarch.rpm"
|
||||
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.6.stable.1/k3s-selinux-1.6-1.el7.noarch.rpm"
|
||||
state: present
|
||||
when:
|
||||
- ansible_pkg_mgr == "yum"
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
- name: Install the k3s-selinux rpm from a remote repo for dnf distro
|
||||
ansible.builtin.dnf:
|
||||
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.5.stable.1/k3s-selinux-1.5-1.el{{ ansible_distribution_major_version }}.noarch.rpm"
|
||||
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.6.stable.1/k3s-selinux-1.6-1.el{{ ansible_distribution_major_version }}.noarch.rpm"
|
||||
state: present
|
||||
when:
|
||||
- ansible_pkg_mgr == "dnf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue