This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/packages/tasks/media.yml

24 lines
376 B
YAML
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: install media packages
apt:
name:
- audacious
- audacity
- calibre
- eom
- feedreader
- jpegoptim
- mkvtoolnix
- mkvtoolnix-gui
- mpv
- optipng
2018-10-28 14:00:16 +01:00
- paprefs
- pasystray
- pavucontrol
2018-11-11 00:37:31 +01:00
- picard
- pngquant
- pulseaudio
- sidplayfp
2018-11-10 19:07:44 +01:00
- sox
2018-10-12 22:44:28 +02:00
state: present