summaryrefslogtreecommitdiffstats
path: root/roles/cgit/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/handlers/main.yml')
-rw-r--r--roles/cgit/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/cgit/handlers/main.yml b/roles/cgit/handlers/main.yml
index 516733f7..259ae0ea 100644
--- a/roles/cgit/handlers/main.yml
+++ b/roles/cgit/handlers/main.yml
@@ -4,3 +4,9 @@
ansible.builtin.service:
name: lighttpd
state: restarted
+
+- name: "Restart sshd"
+ become: true
+ ansible.builtin.service:
+ name: sshd
+ state: restarted