Change vault password location
parent
1d649fee18
commit
560ae2aba7
|
@ -1 +1 @@
|
|||
~/.vault_password
|
||||
.vault_password
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue