Move recyclarr includes to subdirectory
This commit is contained in:
@@ -30,18 +30,21 @@
|
|||||||
mode: "{{ docker_compose_directory_mask }}"
|
mode: "{{ docker_compose_directory_mask }}"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Install main configuration
|
- name: Install main configuration files
|
||||||
template:
|
template:
|
||||||
src: recyclarr.yml
|
src: "{{ item }}"
|
||||||
dest: "{{ data_dir }}/recyclarr/configs"
|
dest: "{{ data_dir }}/recyclarr/configs/"
|
||||||
owner: "{{ service_user.uid }}"
|
owner: "{{ service_user.uid }}"
|
||||||
|
loop:
|
||||||
|
- sonarr.yml
|
||||||
|
- radarr.yml
|
||||||
become: true
|
become: true
|
||||||
notify: restart recyclarr
|
notify: restart recyclarr
|
||||||
|
|
||||||
- name: Install config includes
|
- name: Install config includes
|
||||||
copy:
|
copy:
|
||||||
src: includes/
|
src: includes/
|
||||||
dest: "{{ data_dir }}/recyclarr/configs/includes"
|
dest: "{{ data_dir }}/recyclarr/includes/"
|
||||||
become: true
|
become: true
|
||||||
notify: restart recyclarr
|
notify: restart recyclarr
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
radarr:
|
radarr:
|
||||||
movies:
|
movies:
|
||||||
base_url: "https://radarr.local.{{ personal_domain }}"
|
base_url: "https://radarr.local.{{ personal_domain }}"
|
||||||
api_key: "{{ radarr_api_key }"
|
api_key: "{{ radarr_api_key }}"
|
||||||
delete_old_custom_formats: true
|
delete_old_custom_formats: true
|
||||||
replace_existing_custom_formats: true
|
replace_existing_custom_formats: true
|
||||||
media_naming:
|
media_naming:
|
||||||
|
Reference in New Issue
Block a user