Releases: willshersystems/ansible-sshd
Releases · willshersystems/ansible-sshd
Version v0.25.0
[v0.25.0] - 2024-08-19
New Features
- feat: Add new configuration options from OpenSSH 9.8
Version v0.24.1
Version v0.24.0
Version v0.23.5
[v0.23.5] - 2024-04-09
Other Changes
- test: ensure that sshd2 is completely stopped and removed
Version v0.23.4
Version v0.23.3
Version v0.23.2
Version v0.23.1
[v0.23.1] - 2024-01-25
Bug Fixes
- fix: Review and update service units and socket unit to include distribution defaults
Other Changes
- ci: fix ansible-lint 2.16 issues; use ansible-lint 2.16
Version v0.23.0
Version v0.22.0
[v0.22.0] - 2023-10-18
Bug Fixes
- fix: Symlink sub-directories under tests/roles/ansible-sshd to avoid recursive loop (#262)
Enhancement:
Moved symlinking a level down in test/roles to avoid a recursive look via the test directory.
Reason:
Ansible Core >= 2.15.5 does not allow recursive directory trees.
Result:
CI should still run correctly, the problem with the recursive symlinks with Ansible Core 2.15.5 should be fixed.