How to control retain repo version using squeezer

Hi Team ,

Current squeezer module does not have retain repo version attribute . Could you suggest how to contorl the respo version using squeeer ?

I can suggest a bunch of ways.

  • There is the ansible.builtin.uri module.
  • You can combine ansible.builtin.command with:
    • curl
    • httpie
    • pulp debug openapi call
  • There’s the pulp.squeezer.api_call module.

But honestly the most sustainable and probably also easiest solution is: “To add the parameter in question to the repository modules.”