mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
openqa/worker: install ffmpeg-free
I'm adding this as a Recommends: for os-autoinst, but want to get it on the workers now. Having it installed gives us better videos of test runs (the internal video encoder is a bit wonky and produces videos that have errors which make jumping around within the video not work properly). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
- name: Install required packages
|
||||
package:
|
||||
name: ['openqa-worker', 'os-autoinst']
|
||||
name: ['openqa-worker', 'os-autoinst', 'ffmpeg-free']
|
||||
state: latest
|
||||
enablerepo: "{{ openqa_repo }}"
|
||||
notify:
|
||||
|
||||
Reference in New Issue
Block a user