rpmfusion_free_repo: Require crb repo for el9
This commit is contained in:
parent
0fce25a2dd
commit
270b14ce15
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@ dependencies:
|
|||
when:
|
||||
- ansible_distribution != 'Fedora'
|
||||
- ansible_distribution_major_version|int == 8
|
||||
- role: crb_repo
|
||||
when:
|
||||
- ansible_distribution != 'Fedora'
|
||||
- ansible_distribution_major_version|int >= 9
|
||||
|
|
Loading…
Add table
Reference in a new issue