From 8bfddea6193a26e0ced4fe46a2822a219a700c5d Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 18 Aug 2023 13:17:46 +1200 Subject: [PATCH] Update premix instructions for incorrect vault edit command Signed-off-by: David Young --- docs/premix/ansible/operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/premix/ansible/operation.md b/docs/premix/ansible/operation.md index 0c5d6cd..e8c1f69 100644 --- a/docs/premix/ansible/operation.md +++ b/docs/premix/ansible/operation.md @@ -95,7 +95,7 @@ Insert your secret values into this file (*refer to `group_vars/all/01_fake_vaul vault_proxmox_host_password: mysekritpassword ``` -(You can always re-edit the file by running `ansible-vault edit vars/vault.yml`) +(You can always re-edit the file by running `ansible-vault edit group_vars//vault.yml`) The vault file is encrypted using a secret you store outside the repo, and now you can safely check in and version `group_vars//vault.yml` without worrying about exposing secrets in cleartext!