Add rpmfusion-free-repo
This commit is contained in:
parent
26e65776ac
commit
e2608d9b90
1 changed files with 11 additions and 0 deletions
11
rpmfusion-free-repo/tasks/main.yml
Normal file
11
rpmfusion-free-repo/tasks/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
- name: install rpm signing key
|
||||||
|
rpm_key:
|
||||||
|
key: https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-el-8
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: enable repository
|
||||||
|
package:
|
||||||
|
name: |
|
||||||
|
https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
|
||||||
|
state: installed
|
Loading…
Add table
Reference in a new issue