changed base and packages

This commit is contained in:
opal
2022-09-05 18:48:47 -04:00
parent a98d7232cf
commit e97c773851
2 changed files with 13 additions and 9 deletions

View File

@@ -53,11 +53,12 @@
disable_gpg_check: True
- name: install rpmfusion for ffmpeg
dnf:
name: 'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ fedora_ver }}.noarch.rpm'
state: present
shell: 'dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm'
- name: install ffmpeg-libs
- name: install ffmpeg/libs
dnf:
name: ffmpeg-libs
name: "{{ item }}"
state: present
loop:
- ffmpeg
- ffmpeg-libs