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:
parent
5ad386ed6f
commit
d3b6d1bafd
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue