mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-23 07:21:58 +01:00
9 lines
163 B
YAML
9 lines
163 B
YAML
---
|
|
- name: Configure ssh-agent
|
|
blockinfile:
|
|
path: ~/.xprofile
|
|
create: True
|
|
marker: "### {mark} DOTFILES ssh-add ###"
|
|
content: |
|
|
ssh-add &
|