diff --git a/ssh-server/tasks/main.yml b/ssh-server/tasks/main.yml
index 3716872814cd47bc264acba7dff474a82f5e080e..60232a1d8b9f7c7b161cec7ed30b708795c43468 100644
--- a/ssh-server/tasks/main.yml
+++ b/ssh-server/tasks/main.yml
@@ -10,7 +10,7 @@
 
 - name: ensure sshd is configured
   template:
-    src: sshd_config_stretch.j2
+    src: sshd_config.j2
     dest: /etc/ssh/sshd_config
     owner: root
     group: root
diff --git a/ssh-server/templates/sshd_config_stretch.j2 b/ssh-server/templates/sshd_config.j2
similarity index 100%
rename from ssh-server/templates/sshd_config_stretch.j2
rename to ssh-server/templates/sshd_config.j2