-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Bug] Ansible Collections not installing when ansible should install per pip #85
Comments
I couldn't reproduce the error. There may be a local caching problem with the build. Have you tried the build with the --no-cache option? Does the problem still persist? |
@avalor1 Could you please give me an update on this ? |
I could not reproduce it either. Thank you for your time :) |
This seems to happen at random. Here's an excerpt from a build:
|
We found the problem and will look for a proper fix. |
fixed by #100 |
Description
Ansible collections will not install when ansible is installed via pip
Reproduction steps
Configure DMC to install ansible via pip and also install ansible collections. After this build the container.
Current Behavior
Ansible collections are tried to be installed before ansible even though the collection part comes after the pip part.
Expected Behavior
It installs the ansible collections after installing ansible via pip.
Additional information
Wanted to use ansible from pip as it is more recent.
Versions which will get installed:
Pip:
ansible: 7.3.0
ansible_core: 2.14.3
Apt:
ansible_core: 2.10.7
The text was updated successfully, but these errors were encountered: