I’m very glad to heard that
That’s my first github project , and it helps someone, i can’t expect such a best reward
Just chiming in, you should be using version 3 of the execution-environment.yml specification, so that you can use ansible-builder
version 3.
With version 3, you can have Builder ignore any of your collections’ requirements.txt
and do the requirement harmonization yourself.
Take a look at the docs. You can use:
dependencies:
exclude:
all_from_collections:
- nutanix.ncp
Then figure out how nutanix can work with your other python modules and what else it needs and specify it in your own requirements.txt.
1 Like