From 916fea27f52b5c15c856795015607249c6f3a39a Mon Sep 17 00:00:00 2001
From: Thomas Schneider <tschneider@asta.rwth-aachen.de>
Date: Mon, 31 Aug 2020 15:44:35 +0200
Subject: [PATCH] ssh-server: Rename sshd_config_stretch to sshd_config

This is to avoid confusion, and stretch is not the new, special one any more.
---
 ssh-server/tasks/main.yml                                       | 2 +-
 ssh-server/templates/{sshd_config_stretch.j2 => sshd_config.j2} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename ssh-server/templates/{sshd_config_stretch.j2 => sshd_config.j2} (100%)

diff --git a/ssh-server/tasks/main.yml b/ssh-server/tasks/main.yml
index 3716872..60232a1 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
-- 
GitLab