You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing "ansible-galaxy collection install infra.ee_utilities" the required containers.podman collection is not installed as a dependency because it is not listed as such in galaxy.yml.
The text was updated successfully, but these errors were encountered:
This is a known issue atm. If we include it in galaxy.yml, it would install normally. However if someone tries to pull the collection from Console.redhat.com, Because containers.podman is not in the validated repository, it fails, Keeping this open to document it, but it requires fixes on automation hub/console.redhat backend.
sean-m-sullivan
changed the title
Missing dependencies for the collection
Known Issue: containers.podman is a required for this collection, but not a dependency
Dec 7, 2023
sean-m-sullivan
changed the title
Known Issue: containers.podman is a required for this collection, but not a dependency
Known Issue: containers.podman is required for this collection, but not a dependency
Dec 7, 2023
In Ansible Hub, we can synchronize collections that have dependencies in different remotes by specifying a source in the requirements.yml file.
example:
Is there something you can change at your end that would prevent Automation Hub from trying to pull containers.podman from console.redhat and use the source specified in the requirements.yml file? @sean-m-sullivan
When doing "ansible-galaxy collection install infra.ee_utilities" the required containers.podman collection is not installed as a dependency because it is not listed as such in galaxy.yml.
The text was updated successfully, but these errors were encountered: