mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-24 00:20:07 +00:00
install flac2all
This commit is contained in:
parent
df15a245ba
commit
f4e5f501d0
2 changed files with 7 additions and 0 deletions
6
roles/media/tasks/flac2all.yml
Normal file
6
roles/media/tasks/flac2all.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Install flac2all
|
||||
aur: name=flac2all user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
- flac2all
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
- include: calibre.yml
|
||||
- include: pianobar.yml
|
||||
- include: teiler.yml
|
||||
- include: flac2all.yml
|
||||
|
||||
- name: Install misc media codecs and helpers
|
||||
pacman: name={{ item }} state=present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue