I have been struggling to make it through some configuration as code examples using the configify.aapconfig collection. Whenever I try to add this to a project, ansible automation is unable to sync the project and fails to fetch the galaxy collections. I am receiving the following error.
"ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:
- ansible.platform:2.5.20241218 (dependency of configify.aapconfig:2.4.1)"
When trying to install these collections on my local system, I don’t have any problems. I suspect the issue is that for some reason AAP isn’t using all of my galaxy sources properly but don’t know how to confirm this or make sure its’ using everything in my ansible.cfg file stored with the project. I have tried adding credentials for each of my private automation hub sources referenced in my ansible.cfg but haven’t had any luck.
Do any of you have ideas on what else I can try to get this working? For some reason I can’t seem to get AAP to use the galaxy sources I’m expecting it to use for Project Updates.