Browse Source

Make epel-release install configurable (#1497)

pull/1553/head
Vijay Katam 7 years ago
committed by Matthew Mosesohn
parent
commit
97031f9133
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/preinstall/tasks/main.yml

1
roles/kubernetes/preinstall/tasks/main.yml

@ -128,6 +128,7 @@
when:
- ansible_distribution in ["CentOS","RedHat"]
- not is_atomic
- epel_rpm_download_url != ''
register: epel_task_result
until: epel_task_result|succeeded
retries: 4

Loading…
Cancel
Save