debug: codecs

This commit is contained in:
mustard 2025-12-07 18:26:42 +01:00
parent 42968dcec5
commit 79bacd03cf
2 changed files with 11 additions and 0 deletions

View 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