debug: codecs

This commit is contained in:
mustard 2025-12-07 18:27:28 +01:00
parent 79bacd03cf
commit 02a43ef7fd

View file

@ -1,10 +1,10 @@
---
name: 'Add rpmfusion'
ansible.builtin.command:
- 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
changed_when: true
name: 'Install libavcodec'
ansible.builtin.dnf:
- name: 'Install libavcodec'
ansible.builtin.dnf:
name: 'libavcodec-freeworld'
state: present