Make installation of EPEL optional
This commit is contained in:
parent
cfce23950a
commit
83cec87f4c
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
run_gitinfos: false
|
run_gitinfos: false
|
||||||
|
|
||||||
epel_rpm_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
|
epel_rpm_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
|
||||||
|
epel_enabled: true
|
||||||
|
|
||||||
common_required_pkgs:
|
common_required_pkgs:
|
||||||
- python-httplib2
|
- python-httplib2
|
||||||
|
|
|
@ -114,6 +114,7 @@
|
||||||
- ansible_distribution in ["CentOS","RedHat"]
|
- ansible_distribution in ["CentOS","RedHat"]
|
||||||
- not is_atomic
|
- not is_atomic
|
||||||
- epel_rpm_download_url != ''
|
- epel_rpm_download_url != ''
|
||||||
|
- epel_enabled|bool
|
||||||
register: epel_task_result
|
register: epel_task_result
|
||||||
until: epel_task_result|succeeded
|
until: epel_task_result|succeeded
|
||||||
retries: 4
|
retries: 4
|
||||||
|
|
Loading…
Reference in a new issue