Skip to content

Commit

Permalink
Add missing proxy environment in crio_repo.yml (#7492)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a2fb68)
  • Loading branch information
krystianmlynek authored and k8s-ci-robot committed Apr 21, 2021
1 parent 9be0304 commit 82e9009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/container-engine/cri-o/tasks/crio_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
until: apt_key_download is succeeded
retries: 4
delay: "{{ retry_stagger | d(3) }}"
environment: "{{ proxy_env }}"

- name: Add CRI-O kubic apt repo
apt_repository:
Expand Down

0 comments on commit 82e9009

Please sign in to comment.