1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 07:21:58 +01:00
eoli3n-dotfiles/roles/ssh-agent/tasks/main.yml
2017-12-19 20:07:34 +01:00

9 lines
163 B
YAML

---
- name: Configure ssh-agent
blockinfile:
path: ~/.xprofile
create: True
marker: "### {mark} DOTFILES ssh-add ###"
content: |
ssh-add &