Krystian Młynek
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/container-engine/cri-o/tasks/crio_repo.yml
|
@ -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: |
|
|