ansible/music.yml

26 lines
578 B
YAML
Raw Normal View History

---
- hosts: all
become: yes
tasks:
2021-10-13 17:53:07 +02:00
- name: Install and configure Funkwhale, deemix and beets
include_role:
name: music
tasks_from: main
2021-05-12 17:13:33 +02:00
apply:
tags: install
tags: install
- name: Download submitted list of albums
include_role:
name: music
tasks_from: download_music
2021-05-12 17:13:33 +02:00
apply:
tags: download
tags: download
- name: Import music into Funkwhale
include_role:
name: music
tasks_from: import_music
2021-05-12 17:13:33 +02:00
apply:
tags: import
tags: import