become_password and ansibe variable

Hello,

I would like to process the become_password in a playbook, which I request with the parameter '-K' when calling ansible-playbook.

Is there a variable that Ansible automatically populates with the entered value for the become_password? Or can I pass this to a variable as easily as possible.

Any hint is welcome!

ttyl
Django

No, this is specifically avoided.

O.K., no problem, so I ask 'bout that password while the initial ansible-configuration done by my ansible-playbook. Then it will be stored in my inventory and everything works fine as ecpected.

Thanx 4 help!