rpmfusion-free-repo: Fix dependencies for RHEL

This commit is contained in:
Timo Makinen 2021-09-30 15:33:17 +00:00
parent 472f29b1ae
commit 84629bfa52

View 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'