Update k3s-selinux package version
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bfa0928b50
commit
032f8df146
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- name: Install the k3s-selinux rpm from a remote repo for yum distro
|
- name: Install the k3s-selinux rpm from a remote repo for yum distro
|
||||||
ansible.builtin.yum:
|
ansible.builtin.yum:
|
||||||
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.2.stable.2/k3s-selinux-1.2-2.el7.noarch.rpm"
|
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.3.stable.1/k3s-selinux-1.3-1.el7.noarch.rpm"
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- ansible_pkg_mgr == "yum"
|
- ansible_pkg_mgr == "yum"
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
- name: Install the k3s-selinux rpm from a remote repo for dnf distro
|
- name: Install the k3s-selinux rpm from a remote repo for dnf distro
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.2.stable.2/k3s-selinux-1.2-2.el8.noarch.rpm"
|
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.3.stable.1/k3s-selinux-1.3-1.el{{ ansible_distribution_major_version }}.noarch.rpm"
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- ansible_pkg_mgr == "dnf"
|
- ansible_pkg_mgr == "dnf"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue