Add unzip for music downloads
This commit is contained in:
parent
bde9e63a2e
commit
e2d22034e2
@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
- name: "install beets"
|
- name: "install beets and other utils"
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
- "beets"
|
- "beets"
|
||||||
- "ffmpeg"
|
- "ffmpeg"
|
||||||
|
- "unzip"
|
||||||
|
|
||||||
- name: "install nextcloud-upload"
|
- name: "install nextcloud-upload"
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user