Ansible module yum module

Ansible Team-

I’m in situation where i need to remove a package without removing the dependencies using yum module for centos/redhat.
I don’t see any option in Ansible yum reference page which exclude deps.

Only option i see is
shell: rpm -e --nodeps

Is it possible attain this using yum module.

Appreciate a ahelp.

Thanks
Anand vamsi.