Skip to content
Snippets Groups Projects
Unverified Commit 2838a7c3 authored by Samuel BECK's avatar Samuel BECK Committed by GitHub
Browse files

add proxy_env variable to apt_key cleanup task (#9766)

parent 2788a020
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment