Skip to content
Snippets Groups Projects
Commit 371fa51e authored by Peter Slijkhuis's avatar Peter Slijkhuis Committed by Matthew Mosesohn
Browse files

Make installation of EPEL optional (#1721)

parent a55675ac
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ run_gitinfos: false
ignore_assert_errors: false
epel_rpm_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
epel_enabled: true
common_required_pkgs:
- python-httplib2
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment