actually install tailscale
This commit is contained in:
@@ -54,3 +54,10 @@
|
|||||||
filename: tailscale
|
filename: tailscale
|
||||||
when: ansible_distribution in [ "Debian", "Ubuntu", "Linux Mint" ]
|
when: ansible_distribution in [ "Debian", "Ubuntu", "Linux Mint" ]
|
||||||
notify: update apt cache
|
notify: update apt cache
|
||||||
|
|
||||||
|
- name: backup | tailscale | install tailscale (debian-based)
|
||||||
|
tags: packages,system,system setup,tailscale
|
||||||
|
apt:
|
||||||
|
name: tailscale
|
||||||
|
state: latest
|
||||||
|
when: ansible_distribution in [ "Debian", "Ubuntu", "Linux Mint" ]
|
||||||
Reference in New Issue
Block a user