💄: make ansible-lint happy

This commit is contained in:
VC
2024-11-07 10:08:52 +01:00
parent aad7b5d312
commit 77181cf92e
3 changed files with 1 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
---
jackett_version: "v0.22.860"
jackett_download_url: "https://github.com/Jackett/Jackett/releases/download/{{ bittorrent_jackett_version }}/Jackett.Binaries.LinuxAMDx64.tar.gz"
jackett_download_url: "https://github.com/Jackett/Jackett/releases/download/{{ jackett_version }}/Jackett.Binaries.LinuxAMDx64.tar.gz"
jackett_home: "/opt/Jackett"

View File

@@ -1,17 +0,0 @@
[Unit]
Description=Jackett Daemon
After=network.target
[Service]
SyslogIdentifier=jackett
Restart=always
RestartSec=5
Type=simple
User=jackett
Group=jackett
WorkingDirectory={{ bittorrent_jackett_home }}
ExecStart=/bin/sh "{{ bittorrent_jackett_home }}/jackett_launcher.sh"
TimeoutStopSec=30
[Install]
WantedBy=multi-user.target

View File

@@ -1,5 +0,0 @@
---
bittorrent_jackett_version: "v0.22.860"
bittorrent_jackett_download_url: "https://github.com/Jackett/Jackett/releases/download/{{ bittorrent_jackett_version }}/Jackett.Binaries.LinuxAMDx64.tar.gz"
bittorrent_jackett_home: "/opt/Jackett"