Add missing proxy environment in crio_repo.yml (#7492)

This commit is contained in:
Krystian Młynek 2021-04-13 10:20:51 +02:00 committed by GitHub
parent 844ebb7838
commit 2a2fb68b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: