torrent working

This commit is contained in:
2024-04-24 21:40:00 +12:00
parent afc0b57cfb
commit f068c9710b
9 changed files with 228 additions and 6 deletions

View File

@ -7,14 +7,18 @@
state: present
update_cache: true
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: Start arr services
ansible.builtin.systemd:
name: "{{ item }}"
state: started
enabled: true
daemon_reload: true
loop:
- sonarr.service
- radarr.service
- lidarr.service
- prowlarr.service
- bazarr.service