From 3fd64cfb5cecfa13cbed945013fe97c101dda2ee Mon Sep 17 00:00:00 2001 From: jdreichmann Date: Sun, 7 Jun 2020 17:32:47 +0200 Subject: [PATCH] update documentation --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 58cf712..a1a401a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Now make sure you instruct ansible to use the vault script when looking for the And then you should be done already! Time to create your first vault with the normal ansible way: $ ansible-vault create host_vars/secrets.yml - < $EDITOR opens > + < $EDITOR for host_vars/secrets.yml opens > ## Usage @@ -52,6 +52,3 @@ Security notice: when a malicious user has decrypted and saved the passphrase wh ## Storage The passphrase and list of gpg user-ids are stored in `ansible-gpg-vault-store/` in the top level of the repository, as to not dirty the tree of the submodule and allowing to commit the changes in the repo they are meant to be in. -## Storage - -The passphrase and list of gpg user-ids are stored in `ansible-gpg-vault-store/` in the top level of the repository, as to not dirty the tree of the submodule and allowing to commit the changes in the repo they are meant to be in.