Skip to content

Version v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 10:19
7d50893

[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.

Issue Tracker Tickets (Jira or BZ if any):
#259 #260 #261