This repository was archived by the owner on Nov 6, 2025. It is now read-only.
4.4.2
Fixed
- The Ansible async task timeout on the
tailscale upcommand now incorporatestailscale_up_timeout. Previously thetailscale_up_timeoutwould just be passed to thetailscale upcommand and would signify how long the process should wait fortailscaledto become available. However, if that took longer than 60s, ansible would kill the async task. The async polling will now always be larger than the value intailscale_up_timeout. #426 (Thanks @McSim85 !) - Renamed
tailscale_authkey_stingtotailscale_authkey_string. This is an internal fact created inside the role so this rename should not impact end users, therefore we are keeping this a patch release.
Changed
- Updated the devcontainer configuration in the project to Python 3.12
- Updated Python dependencies for the local project
Added
- Incorporated Dependabot's new devcontainers support, so devcontainer features with upgrades will trigger Dependabot update PRs