Skip to content

Commit

Permalink
add proxy_env variable to apt_key cleanup task (kubernetes-sigs#9766)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBECK1 authored and HoKim98 committed Mar 8, 2023
1 parent 91a68af commit 42169a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/container-engine/cri-o/tasks/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42169a8

Please sign in to comment.