How to use ansible_become for a root shell that needs an "enable" followed by a "su"?

Here’s the sequence for my root login:
$ ssh admin@10.0.34.210
admin@10.0.34.210’s password:
ABC_XYZ>enable
ABC_XYZ#su
Password:
[root@voe_210:/tmp]$
[root@voe_210:/tmp]$ exit
logout
ABC_XYZ#exit
ABC_XYZ>logout
Connection to 10.0.34.210 closed.
$

To get a root shell, I need to use “su” advanced/enabled CLI command, with a password. I am not able to understand how to club this “su” with “enable”.

Since this is “help” topic (not a “howto”) , I have recreated/moved this here: