Enable EPEL before installing distro packages
OpenStack-Ansible's roles contain a bindep requirement from EPEL. Change-Id: Ie27db0423d0679f7f32a2295837816f79721af2f
This commit is contained in:
parent
d064566125
commit
34d4df7691
@ -76,6 +76,10 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- zuul-git-prep-upper-constraints
|
||||
- shell: |
|
||||
if [[ "{name}" == *"openstack-ansible"* ]]; then
|
||||
sudo yum-config-manager --enable epel || true
|
||||
fi
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
# Allow Jenkins user to ssh into localhost
|
||||
|
Loading…
x
Reference in New Issue
Block a user