yumrepos: be RHEL7/CentOS7 compatible
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
eefdc6f33b
commit
daf7776a9d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
- yumrepos
|
||||
|
||||
- name: epel release on el systems (aws)
|
||||
dnf:
|
||||
package:
|
||||
name: 'epel-release'
|
||||
state: present
|
||||
when: ((ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and use_default_epel) and datacenter == "aws"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue