feat: Updates to zshrc and ansible config.

This commit is contained in:
2024-12-02 08:19:59 -05:00
parent b1633707c2
commit c8e869c853
3 changed files with 19 additions and 19 deletions

View File

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