Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Symlink sub-directories under tests/roles/ansible-sshd to avoid recursive loop #262

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

mattwillsher
Copy link
Member

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

@mattwillsher mattwillsher changed the title fix: Remove recursive loop created by symlink of entire role fix: Remove recursive loop created by symlink of entire role in test sub-tree Oct 15, 2023
@mattwillsher mattwillsher changed the title fix: Remove recursive loop created by symlink of entire role in test sub-tree fix: Symlink sub-directories under tests/roles/ansible-sshd to avoid recursive loop Oct 15, 2023
@mattwillsher mattwillsher merged commit 59ee0c9 into main Oct 17, 2023
30 checks passed
@mattwillsher mattwillsher deleted the symlink branch October 20, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants