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