Branch/Fork basic question

Hello everybody!

We have an important use case here that requires certificate-based authentication, when using the uri module, which is not available. I’d like to enhance it to offer this possibility and that will almost certainly imply additions to the module_utils/urls fetch_url functionality.

I already did some contributions in the past, but now I see that ansible has a lot of parallel versions in active development. From where should I create my branch? To where should I point the PR when done? Devel?

Because this feature demands changes in the main ansible repo and in the ansible-modules-core, what is the recommended way to submit the PR across the repos to synchronize the changes and tests?

Dif-tor heh smusma \//_

Victor Schröder .·.

You should always use ‘devel’ other branches are used for backporting or ‘experiments’, contributions are normally only accepted to ‘devel’.