feat: remove sonarr v2 specifics
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
- name: install sonarr repo
|
- name: install sonarr repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb http://apt.sonarr.tv/ master main
|
repo: deb http://apt.sonarr.tv/debian buster-develop main
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: create sonarr conf dir
|
- name: create sonarr conf dir
|
||||||
@@ -20,16 +20,9 @@
|
|||||||
|
|
||||||
- name: install sonarr
|
- name: install sonarr
|
||||||
package:
|
package:
|
||||||
name: nzbdrone
|
name: sonarr
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: copy systemd file
|
|
||||||
copy:
|
|
||||||
src: files/sonarr.service
|
|
||||||
dest: /etc/systemd/system/sonarr.service
|
|
||||||
notify:
|
|
||||||
- restart sonarr
|
|
||||||
|
|
||||||
- name: enable sonarr service
|
- name: enable sonarr service
|
||||||
service:
|
service:
|
||||||
name: sonarr
|
name: sonarr
|
||||||
|
Reference in New Issue
Block a user