mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +03:00
Make installation of EPEL optional (#1721)
This commit is contained in:
committed by
Matthew Mosesohn
parent
a55675acf8
commit
371fa51e82
@@ -114,6 +114,7 @@
|
||||
- ansible_distribution in ["CentOS","RedHat"]
|
||||
- not is_atomic
|
||||
- epel_rpm_download_url != ''
|
||||
- epel_enabled|bool
|
||||
register: epel_task_result
|
||||
until: epel_task_result|succeeded
|
||||
retries: 4
|
||||
|
||||
Reference in New Issue
Block a user