[meta] symlink the 1Password SSH agent.sock

pull/40/head
Alpha Chen 2 years ago
parent a8212f5496
commit abe52bc040

@ -60,3 +60,11 @@
regexp: '^auth\s+optional\s+.*pam_reattach.so$'
line: "auth\toptional\t{{ brew_prefix.stdout | trim }}/lib/pam/pam_reattach.so"
become: yes
# https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client
- file: path=~/.1password state=directory
- name: Symlink 1Password agent
file:
src: ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
dest: ~/.1password/agent.sock
state: link

Loading…
Cancel
Save