Samuel BECK
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/container-engine/cri-o/tasks/cleanup.yaml
|
|
@ -9,6 +9,7 @@ |
|
|
|
apt_key: |
|
|
|
url: "https://{{ crio_download_base }}/{{ crio_kubic_debian_repo_name }}/Release.key" |
|
|
|
state: absent |
|
|
|
environment: "{{ proxy_env }}" |
|
|
|
when: crio_kubic_debian_repo_name is defined |
|
|
|
|
|
|
|
- name: Remove legacy CRI-O kubic apt repo |
|
|
|