Added
- the environment variable `MOULTI_ASKPASS_DEFAULT_PROMPT` defines the prompt shown by `moulti-askpass` if none was passed on the command line
- Ansible-specific variants of `moulti-askpass`:
- `moulti-askpass-become-password`
- `moulti-askpass-connection-password`
- `moulti-askpass-vault-client`
Fixed
- Ansible callback plugin: override these `ansible-playbook` command-line options to prevent it from reading passwords through the current tty:
- `-k`, `-ask-pass`
- `-K`, `--ask-become-pass`
- `-J`, `--ask-vault-pass`, `--ask-vault-password`