aboutsummaryrefslogtreecommitdiffstats
path: root/roles/fedora/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/fedora/handlers/main.yml')
-rw-r--r--roles/fedora/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/fedora/handlers/main.yml b/roles/fedora/handlers/main.yml
index 929bf15..5e02bd7 100644
--- a/roles/fedora/handlers/main.yml
+++ b/roles/fedora/handlers/main.yml
@@ -17,4 +17,10 @@
state: restarted
when: not chroot
+- name: restart sshd
+ systemd:
+ name: sshd.service
+ state: restarted
+ when: not chroot
+
# vim: set ts=2 sw=2 et: