Added Sonarr, Radarr, Lidarr and Prowlarr to aya01
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
13
roles/docker/tasks/lidarr.yml
Normal file
13
roles/docker/tasks/lidarr.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Create lidarr directories
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
owner: "{{ puid }}"
|
||||
group: "{{ pgid }}"
|
||||
mode: '755'
|
||||
state: directory
|
||||
become: yes
|
||||
loop:
|
||||
- "{{ lidarr_config }}"
|
||||
- "{{ lidarr_media }}"
|
||||
- "{{ lidarr_downloads }}"
|
||||
Reference in New Issue
Block a user