kube: crio apt: signed-by
This commit is contained in:
@@ -56,12 +56,12 @@
|
|||||||
|
|
||||||
- name: Add cri-o apt signing key
|
- name: Add cri-o apt signing key
|
||||||
ansible.builtin.apt_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
|
state: present
|
||||||
|
|
||||||
- name: Add cri-o apt repo
|
- name: Add cri-o apt repo
|
||||||
ansible.builtin.apt_repository:
|
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
|
state: present
|
||||||
filename: crio
|
filename: crio
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user