rpmfusion-free-repo: Fix version check for powertools repo
This commit is contained in:
parent
84629bfa52
commit
449decf165
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ dependencies:
|
||||||
- role: powertools-repo
|
- role: powertools-repo
|
||||||
when:
|
when:
|
||||||
- ansible_distribution != 'Fedora'
|
- ansible_distribution != 'Fedora'
|
||||||
- ansible_distribution_major_version == '7'
|
- ansible_distribution_major_version|int >= 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue