My command line is
ansible-playbook *playbook-name* --ask-become-pass
In this case ansible
will ask for the password.
I want to use the same command but without having to put the password interactively. something like
ansible-playbook *playbook-name* --ask-become-pass < password
(which don't work of course)