Skip to content

Commit

Permalink
Fix tailscale repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Mar 9, 2024
1 parent 78fa9fd commit 471c63b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions roles/tailscale/tasks/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@

- name: repo key
apt_key:
keyserver: keyserver.ubuntu.com
id: 2596A99EAAB33821893C0A79458CA832957F5868
keyring: /etc/apt/trusted.gpg.d/tailscale.gpg
id: 458CA832957F5868
keyring: /usr/share/keyrings/tailscale-archive-keyring.gpg
url: https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg
state: present
notify:
- apt-get update
when: ansible_distribution == "Ubuntu"
Expand Down

0 comments on commit 471c63b

Please sign in to comment.