From e4ad6888b6fc1930b71d219059cce86a5eb967a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+cdesiles@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:52:19 +0200 Subject: [PATCH] Introduce vault pass in the doc to push a good practice --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32cfdf3..7a0bba7 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ If you have a password on your ssh key `--ask-pass` is recommended, `--ask-becom ```sh ansible-playbook -i inventory/hosts.yml playbook.yml \ --ask-pass \ ---ask-become-pass +--ask-become-pass \ +--ask-vault-pass ``` You can also call you ssh agent to unlock your key prior to simplify your calls: