mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Updates to zshrc and ansible config.
This commit is contained in:
@@ -161,7 +161,7 @@ home=~/.config/ansible
|
||||
;bin_ansible_callbacks=False
|
||||
|
||||
# (tmppath) Temporary directory for Ansible to use on the controller.
|
||||
local_tmp=~/.local/ansible/tmp
|
||||
local_tmp=~/.local/share/ansible/tmp
|
||||
|
||||
# (list) List of logger names to filter out of the log file
|
||||
;log_filter=
|
||||
@@ -274,7 +274,7 @@ vault_identity=michael
|
||||
|
||||
# (path) The vault password file to use. Equivalent to --vault-password-file or --vault-id
|
||||
# If executable, it will be run and the resulting stdout will be used as the password.
|
||||
vault_password_file=~/.local/share/scripts/vault-gopass
|
||||
vault_password_file=~/.local/share/scripts/vault-gopass-client
|
||||
|
||||
# (integer) Sets the default verbosity, equivalent to the number of ``-v`` passed in the command line.
|
||||
;verbosity=0
|
||||
|
||||
Reference in New Issue
Block a user