-
Notifications
You must be signed in to change notification settings - Fork 141
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
meta_dependency_check bug: One of awx.awx or ansible.controller must be installed #917
Comments
I was testing this with ansible.controller 4.6.0 yesterday, which is required for AAP 2.5 support and that is affected by this bug as well. |
Also note that awx.awx will no longer work with AAP 2.5 so it might be a good idea to make this clearer in the output at the same time |
I will look into this, thanks for reporting it. |
Okay, FYI we discovered on our side that we were missing a configuration file for ansible-galaxy inside the EE, but I think the collection should allow to use offline mode for this verification. |
@djdanielsson We would like to request possibility to disable certificate checks during the verification of the collection. |
That should be managed by ansible.cfg |
Ah, yes I am blind |
seems like this ended up not being an issue so closing |
Summary
I've notice that
meta_dependency_check
is breaking usage of the collection. This is the output using the command of this role:Issue Type
Ansible, Collection, Controller details
OS / ENVIRONMENT
RH9
Desired Behavior
Collection ansible.controller is properly identified.
Actual Behavior
Collection cannot be used due the error:
One of awx.awx or ansible.controller must be installed
STEPS TO REPRODUCE
The text was updated successfully, but these errors were encountered: