kube: crio apt: signed-by

This commit is contained in:
2025-06-29 19:03:28 +03:00
parent 8ec5ab0704
commit 5ede227316

View File

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