Skip to content

Commit

Permalink
Add missing proxy environment in crio_repo.yml (kubernetes-sigs#7492)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystianmlynek committed Apr 13, 2021
1 parent 844ebb7 commit 2a2fb68
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 2a2fb68

Please sign in to comment.