Added sonarr and prowlarr roles

This commit is contained in:
Mike Wilson
2023-01-30 17:06:30 -05:00
parent 117c30149f
commit 5dcdd7aad2
10 changed files with 105 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
template:
src: docker-compose.yml
dest: "{{ install_directory }}/radarr/docker-compose.yml"
mode: {{ docker_compose_file_mask }}
mode: "{{ docker_compose_file_mask }}"
validate: docker-compose -f %s config
become: true