From 6259e63e311a5cff74af04e02695ca3f0be693fb Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Mon, 18 Nov 2024 09:19:24 -0500 Subject: [PATCH] Consolidate syntax for tracker tagging --- ansible/roles/qbittorrent/templates/qbitmanage/config.yml | 4 +--- ansible/update.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml index da16527..38b58d9 100644 --- a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml +++ b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml @@ -43,9 +43,7 @@ tracker: tag: DigitalCore myanonamouse: tag: MaM - tleechreload: - tag: TorrentLeech - torrentleech: + torrentleech|tleechreload: tag: TorrentLeech aither: tag: Aither diff --git a/ansible/update.yml b/ansible/update.yml index 5336b4d..50ad2de 100644 --- a/ansible/update.yml +++ b/ansible/update.yml @@ -32,3 +32,4 @@ handlers: - name: reboot ansible.builtin.reboot: + become: true