-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
New Feature
Feature Summary
The current issue found with using the "Remote Archive" type project is that when the archive contains symbolic links, the symbolic links are removed during extraction and replaced with empty files.
Select the relevant components
- UI
- API
- Docs
- Collection
- CLI
- Other
Steps to reproduce
For example, when using the release archive of kubespray, an error occurs during execution. Upon investigation, it was found that library/kube.py became an empty file, whereas it was expected to be a symbolic link pointing to ../plugins/modules/kube.py.
Current results
For example, when using the release archive of kubespray, an error occurs during execution. Upon investigation, it was found that library/kube.py became an empty file, whereas it was expected to be a symbolic link pointing to ../plugins/modules/kube.py.
Sugested feature result
For example, when using the release archive of kubespray, an error occurs during execution. Upon investigation, it was found that library/kube.py became an empty file, whereas it was expected to be a symbolic link pointing to ../plugins/modules/kube.py.
Additional information
No response