aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-12 14:53:36 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-12 14:54:58 +0000
commit0c8463a778b5dc117f2908ab9b1e823bc37d21cd (patch)
treecf369cc37ecda21409f82409ceb6f0800dfc4bd9
parentc72bba3be432c661788d93a8cb40defba213a226 (diff)
downloadinfrastructure-0c8463a778b5dc117f2908ab9b1e823bc37d21cd.tar.gz
roles/git: always synchronize all ssh keys
-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.