From 9b4b56afcb5025c1467bf471d7e31d89a799859e Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Date: Thu, 20 Jun 2019 16:04:13 +0200
Subject: [PATCH] rearrange notify

---
 tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index a0d1785..bacbd07 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -14,7 +14,7 @@
     path: /etc/ssh/moduli
 
 - name: copy config
+  notify: start sshd
   template:
     src: sshd_config.conf.j2
     dest: /etc/ssh/sshd_config
-  notify: start sshd
-- 
GitLab