-
Notifications
You must be signed in to change notification settings - Fork 20
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
Failed Dependencies #11
Comments
Thanks for the detailed report. Can you show me the command line you're using to build the bundle package? |
Sure, it's:
My playbook is:
and a tree of my role:
|
Well, that's weird. I'll take a look at it tonight. Do you know if it can be reproduced on CentOS? |
It should be the same as CENTOS 7. I don't have one spun up I can test with, but in theory, it should be the same. |
To add some additional context, we have |
@dasunsrule32 I know this is quite old, but is there a chance you're still facing this issue? Let me know. |
Yes, same issue |
Are you still using RHEL 7? |
It was
|
Server:
Python:
ansible-bundler:
Error:
pip3 install:
pip3 install --user
Issue:
It appears that
ansible-bundler
is trying to use pip install without the--user
switch which fails to run successfully as a normal user.The text was updated successfully, but these errors were encountered: