Make epel-release install configurable (#1497)

pull/1553/head
Vijay Katam 2017-08-20 04:03:10 -07:00 committed by Matthew Mosesohn
parent c92506e2e7
commit 97031f9133
1 changed files with 1 additions and 0 deletions

View File

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