Disable ssh-agent stuff blocking startup

Rob Muhlestein 2 years ago
parent 92952c14af
commit 34af292b2c

@ -352,7 +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)
#_have ssh-agent && test -z "$SSH_AGENT_PID" && . <(ssh-agent)
# -------------------- personalized configuration --------------------

Loading…
Cancel
Save