debug: codecs
This commit is contained in:
parent
42968dcec5
commit
79bacd03cf
2 changed files with 11 additions and 0 deletions
|
|
@ -20,4 +20,5 @@
|
|||
state: 'present'
|
||||
roles:
|
||||
- baseline
|
||||
- codecs
|
||||
- arkenfox
|
||||
|
|
|
|||
10
roles/codecs/tasks/main.yml
Normal file
10
roles/codecs/tasks/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: 'Add rpmfusion'
|
||||
ansible.builtin.command:
|
||||
cmd: 'dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y && dnf-config-manager setopt fedora-cisco-openh264.enabled=1'
|
||||
changed_when: true
|
||||
|
||||
name: 'Install libavcodec'
|
||||
ansible.builtin.dnf:
|
||||
name: 'libavcodec-freeworld'
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue