Does the `ansible.builtin.apt` module provide parameters that only downloads the debian packages and not install it?

Hi
It seems there’s no options to make it works or workaround like you need.
So probably you’ll go for command or script-like.

What’s the purpose to download package without installing it ?

Some people already try to ask a PR about that :
https://github.com/ansible/ansible/issues/23220