From 8ff33f465e976b3576d278f993e4e5828e46f1c6 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 15 May 2020 22:25:55 +0200 Subject: [PATCH] Add missing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcad5e7..e4adab1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ ansible-vault encrypt group_vars/all/vault.yml ansible-vault edit group_vars/all/vault.yml ``` -> Note : if you version your code, don't forget to exclude this vault file of versionning (with .`gitignorefile` if you are using GIT). +> Note : if you version your code, don't forget to exclude this vault file of versionning (with .`gitignore file` if you are using GIT). According to your needs, you can edit all variables in `group_vars` directory and subdirectories.