diff --git a/roles/container-engine/cri-o/tasks/cleanup.yaml b/roles/container-engine/cri-o/tasks/cleanup.yaml
index 28c0c3af2eb52cab296400d537ac623466b181c6..ab06ca01a342a50fe10db742dc59a70f8133c6f3 100644
--- a/roles/container-engine/cri-o/tasks/cleanup.yaml
+++ b/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