This commit is contained in:
parent
1cf45f66a4
commit
da7465dabd
1 changed files with 9 additions and 9 deletions
|
|
@ -44,9 +44,9 @@
|
||||||
creates: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:rhcontainerbot:container-selinux.repo
|
creates: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:rhcontainerbot:container-selinux.repo
|
||||||
warn: no
|
warn: no
|
||||||
- name: Install container-selinux GPG key
|
- name: Install container-selinux GPG key
|
||||||
command:
|
rpm_key:
|
||||||
cmd: rpm --import https://download.copr.fedorainfracloud.org/results/rhcontainerbot/container-selinux/pubkey.gpg
|
key: "https://download.copr.fedorainfracloud.org/results/rhcontainerbot/container-selinux/pubkey.gpg"
|
||||||
warn: no
|
state: present
|
||||||
|
|
||||||
- name: Registering libcontainers repository
|
- name: Registering libcontainers repository
|
||||||
get_url:
|
get_url:
|
||||||
|
|
@ -56,9 +56,9 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
- name: Install libcontainers GPG key
|
- name: Install libcontainers GPG key
|
||||||
command:
|
rpm_key:
|
||||||
cmd: rpm --import https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key
|
key: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key"
|
||||||
warn: no
|
state: present
|
||||||
|
|
||||||
- name: Registering CRI-O {{ crio_version }} repository
|
- name: Registering CRI-O {{ crio_version }} repository
|
||||||
get_url:
|
get_url:
|
||||||
|
|
@ -68,9 +68,9 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
- name: Install CRI-O GPG key
|
- name: Install CRI-O GPG key
|
||||||
command:
|
rpm_key:
|
||||||
cmd: rpm --import https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/{{ crio_version }}/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key
|
key: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/{{ crio_version }}/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key"
|
||||||
warn: no
|
state: present
|
||||||
|
|
||||||
- name: Update package manager list
|
- name: Update package manager list
|
||||||
package:
|
package:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue