kube: another variant of the cri-o repos, from their homepage

This commit is contained in:
2025-06-29 20:01:36 +03:00
parent 08f6d85da2
commit ffd5be0f84

View File

@@ -56,12 +56,12 @@
- name: Add cri-o apt signing key
ansible.builtin.apt_key:
url: "https://pkgs.k8s.io/core:/stable:/{{ CRIO_VERSION }}/deb/Release.key"
url: "https://download.opensuse.org/repositories/isv:/cri-o:/stable:/{{ CRIO_VERSION }}/deb/Release.key"
state: present
- name: Add cri-o apt repo
ansible.builtin.apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/addons:/cri-o:/stable:/{{ CRIO_VERSION }}/deb/ /"
repo: "deb [signed-by=/etc/apt/keyrings/cri-o-apt-keyring.gpg] https://download.opensuse.org/repositories/isv:/cri-o:/stable:/{{ CRIO_VERSION }}/deb/ /"
state: present
filename: crio