diff --git a/roles/ind/downloader/downloader-install.yml b/roles/ind/downloader/downloader-install.yml index 4c7b936..978e74b 100644 --- a/roles/ind/downloader/downloader-install.yml +++ b/roles/ind/downloader/downloader-install.yml @@ -7,6 +7,17 @@ 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