From 972dc549c0201503d69726e1996c72668922a838 Mon Sep 17 00:00:00 2001 From: VC Date: Mon, 24 Mar 2025 09:27:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96:=20add=20tags=20for=20jackett=20&?= =?UTF-8?q?=20sonarr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/bittorrent.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/playbooks/bittorrent.yml b/playbooks/bittorrent.yml index f1412fd..227e656 100644 --- a/playbooks/bittorrent.yml +++ b/playbooks/bittorrent.yml @@ -4,6 +4,8 @@ hosts: btservers diff: true roles: - - transmission - - jackett - - sonarr + - role: transmission + - role: jackett + tags: [never, jackett] + - role: sonarr + tags: [never, sonarr]