git init --bare with the Ansible Git core module

Hi there,

I’m totally new in the Ansible universe and I probably missed something but here is my question :
I would like to create a bare git repository with the Ansible Git core module, but the “repo” parameter is always required.
So is it possible to do a simple git init --bare with this module?

Cheers