Skip to content

Commit

Permalink
added template and fixed path.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Sep 22, 2016
1 parent bf8e462 commit ffac551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: configuration | ensure user ssh configuration integrity
template:
src=home/user/.ssh/config.j2
src=home/user/ssh/config.j2
dest="~{{ item.key }}/.ssh/config"
owner="{{ item.key }}"
group="{{ item.key }}"
Expand Down
3 changes: 3 additions & 0 deletions templates/home/user/ssh/config.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# {{ ansible_managed }}

{{ item.value }}

0 comments on commit ffac551

Please sign in to comment.