- name: Enable Debian Testing apt_repository: repo: deb https://deb.debian.org/debian testing main contrib non-free state: present - name: Install Bittorrent clients apt: name: - qbittorrent update_cache: true default_release: "testing"