aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/git/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index 4d2b74e..851287e 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -43,3 +43,8 @@
owner: "{{ git_user }}"
group: "{{ git_group }}"
mode: 0644
+
+- name: include ssh key synchronization
+ include_role:
+ name: sshd
+ tasks_from: synchronize_keys.yml
remember that computers suck.