- name: Add Tailscale GPG apt Key apt_key: url: https://pkgs.tailscale.com/stable/debian/bullseye.noarmor.gpg keyring: /usr/share/keyrings/tailscale-archive-keyring.gpg state: present - name: Add Tailscale Repository get_url: url: https://pkgs.tailscale.com/stable/debian/bullseye.tailscale-keyring.list dest: /etc/apt/sources.list.d/tailscale.list - name: Install Tailscale apt: name: - tailscale update_cache: true