mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-25 04:45:04 -02:30
Disalbe install epel-release rpm on Centos/Redhat
1.Disalbe install epel-release rpm on Centos/Redhat 2.Use yum install epel-release
This commit is contained in:
@@ -4,8 +4,7 @@ run_gitinfos: false
|
||||
# Set to true to allow pre-checks to fail and continue deployment
|
||||
ignore_assert_errors: false
|
||||
|
||||
epel_rpm_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
|
||||
epel_enabled: true
|
||||
epel_enabled: false
|
||||
|
||||
common_required_pkgs:
|
||||
- python-httplib2
|
||||
|
||||
Reference in New Issue
Block a user