From 560ae2aba79e56dfc1c059c7ec2bf461a8c19a62 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 14 Mar 2021 19:33:24 +0100 Subject: [PATCH] Change vault password location --- .gitignore | 2 +- ansible.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df85660..b593a85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -~/.vault_password +.vault_password diff --git a/ansible.cfg b/ansible.cfg index dbe6c25..b893919 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -15,7 +15,7 @@ roles_path = ./roles gathering = smart # Local file with vault password -vault_password_file = ~/.vault_password +vault_password_file = .vault_password # Do not create .retry files retry_files_enabled = False