IBM / ansible-for-i

the tool is to provide several customized modules for Ansible to manage IBM i systems.
GNU General Public License v3.0
55 stars 53 forks source link

Creating a custom execution environment fails with: No packages matches 'python' #163

Closed cunlifs closed 7 months ago

cunlifs commented 11 months ago

Hi when trying to build a new execution environment using ibm.power_ibmi with the following execution-environment & requirements files:

cat execution-environment.yml


version: 3

dependencies: galaxy: requirements.yml

options: package_manager_path: /usr/bin/microdnf

cat requirements.yml


collections:

It fails with:

Should this really be 'python'? The same build works with ibm.power_aix, vios collections etc.

syahrul-aiman commented 11 months ago

Hi @cunlifs

Not sure if this will help. But here's my execution environment and it works for me so far: https://github.com/syahrul-aiman/ibm_power

And here's the image at quay.io: https://quay.io/repository/syahrul_aiman_my/ibm_power

both are public.

laenglea commented 10 months ago

Hi, just wanna say same issue here...

microdnf wants to install python

error: No package matches 'python'

robgjertsen1 commented 10 months ago

OK, thanks. I will correct bindep.txt.

laenglea commented 7 months ago

Hi @robgjertsen1, any progress here?

Regards, Alex

robgjertsen1 commented 7 months ago

I've included this update in the internal code base, so it will be in the next collection update (and will push the changes to github then).

robgjertsen1 commented 7 months ago

Fixed with release 2.0.1.