Browse Source

add proxy_env variable to apt_key cleanup task (#9766)

pull/9774/head
Samuel BECK 1 year ago
committed by GitHub
parent
commit
2838a7c304
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/container-engine/cri-o/tasks/cleanup.yaml

1
roles/container-engine/cri-o/tasks/cleanup.yaml

@ -9,6 +9,7 @@
apt_key: apt_key:
url: "https://{{ crio_download_base }}/{{ crio_kubic_debian_repo_name }}/Release.key" url: "https://{{ crio_download_base }}/{{ crio_kubic_debian_repo_name }}/Release.key"
state: absent state: absent
environment: "{{ proxy_env }}"
when: crio_kubic_debian_repo_name is defined when: crio_kubic_debian_repo_name is defined
- name: Remove legacy CRI-O kubic apt repo - name: Remove legacy CRI-O kubic apt repo

Loading…
Cancel
Save