Update repository url
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2020-09-08 23:42:31 +02:00
parent 70005efc0d
commit 69d4405a34

View file

@ -48,26 +48,26 @@
- name: Registering libcontainers repository
get_url:
url: https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/CentOS_8/devel:kubic:libcontainers:stable.repo
url: https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_{{ ansible_distribution_major_version }}/devel:kubic:libcontainers:stable.repo
dest: /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo
owner: root
group: root
mode: 0644
- name: Install libcontainers GPG key
command:
cmd: rpm --import https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_8/repodata/repomd.xml.key
cmd: rpm --import https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key
warn: no
- name: Registering CRI-O 1.18 repository
get_url:
url: https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.18:/1.18.1/CentOS_8/devel:kubic:libcontainers:stable:cri-o:1.18:1.18.1.repo
url: https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.18/CentOS_{{ ansible_distribution_major_version }}/devel:kubic:libcontainers:stable:cri-o:1.18.repo
dest: /etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:1.18.repo
owner: root
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:/1.18:/1.18.1/CentOS_8/repodata/repomd.xml.key
cmd: rpm --import https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.18/CentOS_{{ ansible_distribution_major_version }}/repodata/repomd.xml.key
warn: no
- name: Update package manager list