Add unzip for music downloads

This commit is contained in:
Wojciech Kozlowski 2023-04-03 15:44:52 +02:00
parent bde9e63a2e
commit e2d22034e2

View File

@ -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: