diff --git a/.bashrc b/.bashrc index c307345..a56a836 100644 --- a/.bashrc +++ b/.bashrc @@ -352,6 +352,7 @@ _have ansible-inventory && . <(register-python-argcomplete3 ansible-inventory) _have ansible-playbook && . <(register-python-argcomplete3 ansible-playbook) _have ansible-pull && . <(register-python-argcomplete3 ansible-pull) _have ansible-vault && . <(register-python-argcomplete3 ansible-vault) +_have ssh-agent && . <(ssh-agent) # -------------------- personalized configuration --------------------