From 48d23a9d7114e8b8820ae49a78dafa69264fdf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20K=C3=BCc=C3=BCk?= Date: Thu, 14 Mar 2024 10:11:54 +0000 Subject: [PATCH] Set filename Source file will be saved as sources.list.d/tailscale.list --- tasks/debian/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/debian/install.yml b/tasks/debian/install.yml index 3f13fab0..69bb76e8 100644 --- a/tasks/debian/install.yml +++ b/tasks/debian/install.yml @@ -27,6 +27,7 @@ become: true ansible.builtin.apt_repository: repo: "{{ tailscale_apt_deb }}" + filename: "tailscale" state: present - name: Debian | Install Tailscale