kube: another variant of the cri-o repos, from their homepage
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user