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]