diff --git a/roles/ind/downloader/downloader-install.yml b/roles/ind/downloader/downloader-install.yml index 978e74b..4c7b936 100644 --- a/roles/ind/downloader/downloader-install.yml +++ b/roles/ind/downloader/downloader-install.yml @@ -7,17 +7,6 @@ vars: tasks: - - name: Add repository with key - ansible.builtin.deb822_repository: - name: netbird - types: [deb] - uris: "https://pkgs.netbird.io/debian" - components: [main] - suites: ["stable"] - signed_by: https://pkgs.netbird.io/debian/public.key - state: present - enabled: true - - name: set-debcache.yml - Setup apt proxy debcache import_tasks: ../../lib/set-debcache.yml