cisco ucs admin password reset

Can we reset cisco ucsm admin password using ansible playbook

Here is how i do i manually
ssh ucsm

#scope security

#set password

Enter old password:

Enter new password:

Confirm new password:

#commit

I saw the collection cisco.ucs, nothing that can be used for password reset. Please guide me to do so using ansible playbook