Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit dc40af2

Browse files
committed
Update ansible_distribution variables appropriately
1 parent df6d397 commit dc40af2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

defaults/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ apt_dependencies:
1313
- python-apt
1414
- python3-apt
1515

16-
apt_deb: deb https://pkgs.tailscale.com/{{ release_stability | lower }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }} main
16+
distro:
17+
pop!_os: ubuntu
18+
ubuntu: ubuntu
19+
debian: debian
1720

18-
apt_signkey: https://pkgs.tailscale.com/{{ release_stability | lower }}/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}.gpg
21+
apt_deb: deb https://pkgs.tailscale.com/{{ release_stability | lower }}/{{ distro[ansible_distribution | lower] }} {{ ansible_distribution_release | lower }} main
22+
23+
apt_signkey: https://pkgs.tailscale.com/{{ release_stability | lower }}/{{ distro[ansible_distribution | lower] }}/{{ ansible_distribution_release | lower }}.gpg
1924

2025
yum_dependencies:
2126
- yum-utils

0 commit comments

Comments
 (0)