Fancify the editing
setting to allow only audio or only video programs. Move GIMP to Generic so that it's always installed..
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
name:
|
||||
- "{{ ffmpeg }}"
|
||||
state: present
|
||||
when: editing == true
|
||||
when: editing in (true, "video", "audio")
|
||||
|
||||
|
||||
## Other Stuff
|
||||
|
Reference in New Issue
Block a user