"ansible-playbook provision.yml --key-file=/path/to/my/OVH-Ansible-user.ssh"
is used to run my ansible-playbook. my ssh key which have a certain passphrase (I know I could generate a key without a passphrase but I'd rather not at the moment) is stopping ansible after a break task (more than 30 seconds pause) to ask me the passphrase again. I'd like to know if there is a way to give him the passphrase somewhere so it won't ask again or if there is any other way ?