💄: make ansible-lint happy
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
jackett_version: "v0.22.860"
|
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"
|
jackett_home: "/opt/Jackett"
|
||||||
|
@@ -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
|
|
@@ -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"
|
|
Reference in New Issue
Block a user