Change skip_epel to epel_enabled
This commit is contained in:
parent
a913e39875
commit
8945bb86a7
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
run_gitinfos: false
|
run_gitinfos: false
|
||||||
|
|
||||||
# Skip installation of the EPEL repository
|
# Configure EPEL repository via rpm
|
||||||
skip_epel: false
|
epel_enabled: true
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
|
|
|
@ -114,7 +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 != ''
|
||||||
- not skip_epel
|
- 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