summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/sshd/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/sshd/tasks/main.yml b/roles/sshd/tasks/main.yml
index 1094e3c..ff77c40 100644
--- a/roles/sshd/tasks/main.yml
+++ b/roles/sshd/tasks/main.yml
@@ -107,3 +107,6 @@
AuthorizedKeysFile none
dest: /etc/ssh/sshd_config.d/authorized_keys.conf
notify: sshd_restart
+
+- name: "Run handlers"
+ meta: flush_handlers