Rename roles according to ansible recommendations
This commit is contained in:
parent
ce37f81e76
commit
bc5eda7487
17 changed files with 8 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
dependencies:
|
|
||||||
- {role: rpmfusion-nonfree-repo}
|
|
3
nvidia_driver/meta/main.yml
Normal file
3
nvidia_driver/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- {role: rpmfusion_nonfree_repo}
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
dependencies:
|
|
||||||
- {role: rpmfusion-free-repo}
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: epel-repo
|
- role: epel_repo
|
||||||
when: ansible_distribution != 'Fedora'
|
when: ansible_distribution != 'Fedora'
|
||||||
- role: powertools-repo
|
- role: powertools_repo
|
||||||
when:
|
when:
|
||||||
- ansible_distribution != 'Fedora'
|
- ansible_distribution != 'Fedora'
|
||||||
- ansible_distribution_major_version|int >= 8
|
- ansible_distribution_major_version|int >= 8
|
3
rpmfusion_nonfree_repo/meta/main.yml
Normal file
3
rpmfusion_nonfree_repo/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- {role: rpmfusion_free_repo}
|
Loading…
Add table
Add a link
Reference in a new issue