Ansible dnf module

Lot of providers still provide yum repos and use the “dnf config-manager --add-repo” in their installation guide. I was expecting that the build-in dnf module would also support this basic feature.

The config-manager plugin automatically adds repo properties such as gpgkey where i would need to figure these myself if i used the buildin yum-repository module.

Is there any plans for adding dnf config-manager into the core dnf module?