added ffmpeg install stuff for browser video

This commit is contained in:
opalvaults
2022-07-19 17:51:53 -07:00
parent 3cc61deb39
commit c834b1971c
2 changed files with 17 additions and 2 deletions

View File

@@ -45,3 +45,13 @@
name: "{{ veracrypt_url }}"
state: present
disable_gpg_check: True
- name: Install RPMFusion repository for ffmpeg libs
dnf:
name: 'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ fedora_ver }}.noarch.rpm'
state: present
- name: Install ffmpeg-libs
dnf:
name: ffmpeg-libs
state: present