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
|
||||
warn: no
|
||||
- name: Install container-selinux GPG key
|
||||
command:
|
||||
cmd: rpm --import https://download.copr.fedorainfracloud.org/results/rhcontainerbot/container-selinux/pubkey.gpg
|
||||
warn: no
|
||||
rpm_key:
|
||||
key: "https://download.copr.fedorainfracloud.org/results/rhcontainerbot/container-selinux/pubkey.gpg"
|
||||
state: present
|
||||
|
||||
- name: Registering libcontainers repository
|
||||
get_url:
|
||||
|
|
@ -56,9 +56,9 @@
|
|||
group: root
|
||||
mode: 0644
|
||||
- name: Install libcontainers GPG key
|
||||
command:
|
||||
cmd: rpm --import https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key
|
||||
warn: no
|
||||
rpm_key:
|
||||
key: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key"
|
||||
state: present
|
||||
|
||||
- name: Registering CRI-O {{ crio_version }} repository
|
||||
get_url:
|
||||
|
|
@ -68,9 +68,9 @@
|
|||
group: root
|
||||
mode: 0644
|
||||
- name: Install CRI-O GPG key
|
||||
command:
|
||||
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
|
||||
warn: no
|
||||
rpm_key:
|
||||
key: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/{{ crio_version }}/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key"
|
||||
state: present
|
||||
|
||||
- name: Update package manager list
|
||||
package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue