Currently, I am using both ask-pass and ask-become-pass in order to execute my playbook. Hence, ansible asks me for my ssh password and then, again for the sudo password, thus making me enter the password twice (at least, enter password once and then hit the return button again for defaulting become-pass to the ssh-pass).
I would like ansible to not ask for the "become-pass" at all and instead, default it to the ssh password (ask-pass). Is that possible?
$ ansible-playbook -i inventory/inv --user=myuser -k -K myplaybook.yml
SSH password:
BECOME password[defaults to SSH password]: