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

Don't use a symlink for raw/defaults #3

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Don't use a symlink for raw/defaults #3

merged 1 commit into from
Oct 18, 2023

Conversation

legoscia
Copy link
Contributor

As of ansible-core 2.15.5, Ansible now drops ".." components from symlink targets. That means that raw/defaults becomes a cyclical symlink to itself. Let's fix that by copying the defaults file instead of symlinking it.

As of ansible-core 2.15.5, Ansible now drops ".." components from
symlink targets. That means that raw/defaults becomes a cyclical
symlink to itself. Let's fix that by copying the defaults file instead
of symlinking it.
@legoscia legoscia requested review from a team and ddosia and removed request for a team October 18, 2023 11:54
@legoscia legoscia merged commit c820d06 into master Oct 18, 2023
@legoscia legoscia deleted the no-symlink branch October 18, 2023 17:04
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