Change vault password location

master
Quentin Duchemin 2021-03-14 19:33:24 +01:00
parent 1d649fee18
commit 560ae2aba7
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
~/.vault_password
.vault_password

View File

@ -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