mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Add missing proxy environment in crio_repo.yml (#7492)
(cherry picked from commit 2a2fb68b2f)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9be0304e37
commit
82e9009147
@@ -14,6 +14,7 @@
|
|||||||
until: apt_key_download is succeeded
|
until: apt_key_download is succeeded
|
||||||
retries: 4
|
retries: 4
|
||||||
delay: "{{ retry_stagger | d(3) }}"
|
delay: "{{ retry_stagger | d(3) }}"
|
||||||
|
environment: "{{ proxy_env }}"
|
||||||
|
|
||||||
- name: Add CRI-O kubic apt repo
|
- name: Add CRI-O kubic apt repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|||||||
Reference in New Issue
Block a user