style(bittorrent): linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent da7eb1cdcb
commit 9b3649ea74
7 changed files with 53 additions and 41 deletions

View File

@@ -1,3 +1,5 @@
---
- name: install sonarr repokey
apt_key:
keyserver: keyserver.ubuntu.com
@@ -11,7 +13,7 @@
- name: create sonarr conf dir
file:
path: /var/lib/transmission-daemon/.config/NzbDrone
recurse: True
recurse: true
owner: debian-transmission
group: debian-transmission
mode: "a-rwx,u+rwX,g+rX"
@@ -26,9 +28,9 @@
src: files/sonarr.service
dest: /etc/systemd/system/sonarr.service
notify:
- restart sonarr
- restart sonarr
- name: enable sonarr service
service:
name: sonarr
enabled: True
name: sonarr
enabled: true