system-from-scratch/multimedia.yml

24 lines
493 B
YAML
Raw Normal View History

2024-01-20 12:28:58 +05:00
- name: Multimedia
hosts: odhosts
tasks:
- name: Install video/audio players
become: true
ansible.builtin.apt:
pkg:
- mpv
- haruna
- vlc
- name: Install image viewers and editors
become: true
ansible.builtin.apt:
pkg:
- gwenview
- gimp
- inkscape
- name: Install image/video processing software
become: true
ansible.builtin.apt:
pkg:
- imagemagick
- ffmpeg