mirror of
https://github.com/linux-system-roles/network.git
synced 2026-08-01 15:30:08 +00:00
On RHEL 7, enable epel using yum-config-manager
Fixing the CI on RHEL 7, it was broken by PR #422 Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
parent
9fd19afa25
commit
c0f6038082
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
creates: /etc/yum.repos.d/epel.repo
|
||||
|
||||
- name: Enable EPEL 7
|
||||
command: yum config-manager --set-enabled epel
|
||||
command: yum-config-manager --enable epel
|
||||
when: ansible_distribution_major_version == '7'
|
||||
args:
|
||||
warn: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue