mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -03:30
add proxy_env variable to apt_key cleanup task (#9766)
This commit is contained in:
parent
2788a02096
commit
2838a7c304
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user