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, 0 insertions, 6 deletions
diff --git a/roles/cgit/handlers/main.yml b/roles/cgit/handlers/main.yml
index 259ae0ea..516733f7 100644
--- a/roles/cgit/handlers/main.yml
+++ b/roles/cgit/handlers/main.yml
@@ -4,9 +4,3 @@
ansible.builtin.service:
name: lighttpd
state: restarted
-
-- name: "Restart sshd"
- become: true
- ansible.builtin.service:
- name: sshd
- state: restarted