Rename roles according to ansible recommendations
This commit is contained in:
parent
ce37f81e76
commit
bc5eda7487
17 changed files with 8 additions and 8 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|int >= 8
|
Loading…
Add table
Add a link
Reference in a new issue