debug: codecs
This commit is contained in:
parent
79bacd03cf
commit
02a43ef7fd
1 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +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: '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'
|
||||
- name: 'Install libavcodec'
|
||||
ansible.builtin.dnf:
|
||||
name: 'libavcodec-freeworld'
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue