rpmfusion-free-repo: Fix dependencies for RHEL
This commit is contained in:
parent
472f29b1ae
commit
84629bfa52
1 changed files with 8 additions and 0 deletions
8
rpmfusion-free-repo/meta/main.yml
Normal file
8
rpmfusion-free-repo/meta/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: epel_repo
|
||||
when: ansible_distribution != 'Fedora'
|
||||
- role: powertools-repo
|
||||
when:
|
||||
- ansible_distribution != 'Fedora'
|
||||
- ansible_distribution_major_version == '7'
|
Loading…
Add table
Reference in a new issue