Skip to content

3.5.0

Compare
Choose a tag to compare
@artis3n artis3n released this 01 Jan 20:02
· 159 commits to main since this release
4f32273

Added

  • Adds support for OpenSUSE Tumbleweed and Leap (#256 and #268). Thanks @Jamdoog !
  • Uses of apt update now set a cache expiration of one hour, to prevent this role from triggering false idempotency failures (#278). Thanks @mnaser for the PR and @dgibbs64 for raising!

Fixed

  • Fixed an error incorrectly processing the ansible_distribution_major_version of pre-release Debian distros (#259)
  • Conditional checks in this role would improperly fail if the role had previously installed Tailscale but the authkey had since expired. They will now correctly succeed (#280). Thanks to @toadjaune for raising.

Changed

  • Updated dependencies

New Contributors