mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Make epel-release install configurable (#1497)
This commit is contained in:
committed by
Matthew Mosesohn
parent
c92506e2e7
commit
97031f9133
@@ -128,6 +128,7 @@
|
|||||||
when:
|
when:
|
||||||
- ansible_distribution in ["CentOS","RedHat"]
|
- ansible_distribution in ["CentOS","RedHat"]
|
||||||
- not is_atomic
|
- not is_atomic
|
||||||
|
- epel_rpm_download_url != ''
|
||||||
register: epel_task_result
|
register: epel_task_result
|
||||||
until: epel_task_result|succeeded
|
until: epel_task_result|succeeded
|
||||||
retries: 4
|
retries: 4
|
||||||
|
|||||||
Reference in New Issue
Block a user