Fix rpm key
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2021-02-05 00:28:58 +01:00
parent 1cf45f66a4
commit da7465dabd
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -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: